From 45503702fdb366ad643f4827e50c0df7cf93980e Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 13 Jan 2021 23:31:44 +0100 Subject: Reorder using Stow better --- tmux/dot-tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tmux/dot-tmux.conf (limited to 'tmux/dot-tmux.conf') 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 -- cgit v1.2.3