diff options
Diffstat (limited to 'tmux/dot-tmux.conf')
-rw-r--r-- | tmux/dot-tmux.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf new file mode 100644 index 0000000..dfa24d7 --- /dev/null +++ b/tmux/dot-tmux.conf @@ -0,0 +1,8 @@ +# Scroll +set -ga terminal-overrides ',xterm*:smcup@:rmcup@' + +# Use vim bindings +setw -g mode-keys vi + +# Mouse works as expected +set -g mouse on |