diff options
author | Ekaitz Zárraga <ekaitz.zarraga@fon.com> | 2016-03-03 16:49:33 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@fon.com> | 2016-03-03 16:49:33 +0100 |
commit | 1cdacb99d2479c59dc2305d172c4f46a8a0f15a1 (patch) | |
tree | 5ccf75ddc18091e752ccd6a0375f42e4145c9563 /tmux/.tmux.conf | |
parent | a367ec0df92be4565c8c79ba6be7c0c85460b934 (diff) |
Tmux conf and bash extra stuff
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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 |