diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..336eab5 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +# CTRL-A +set-option -g prefix C-a + +# "Normal" scrolling +set -g terminal-overrides 'xterm*:smcup@:rmcup@' +set -g mode-mouse on