From 1cdacb99d2479c59dc2305d172c4f46a8a0f15a1 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Thu, 3 Mar 2016 16:49:33 +0100 Subject: Tmux conf and bash extra stuff --- tmux/.tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tmux/.tmux.conf (limited to 'tmux/.tmux.conf') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..b8c01cf --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,11 @@ +# Scroll +set -ga terminal-overrides ',xterm*:smcup@:rmcup@' + +# Use vim bindings +setw -g mode-keys vi + +# Mouse works as expected +set -g mode-mouse on +set -g mouse-select-pane on +set -g mouse-resize-pane on +set -g mouse-select-window on -- cgit v1.2.3