diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-01-13 23:31:44 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-01-13 23:48:04 +0100 |
commit | 45503702fdb366ad643f4827e50c0df7cf93980e (patch) | |
tree | 5bf4bba9e22b75b39167351df42243b5b97122b5 /tmux/dot-tmux.conf | |
parent | 64b8b0c0ea9776f4d8002af1f57bf846dfe2697e (diff) |
Reorder using Stow better
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 |