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