summaryrefslogtreecommitdiff
path: root/tmux/dot-tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/dot-tmux.conf')
-rw-r--r--tmux/dot-tmux.conf8
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