diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..716e0aa --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,5 @@ +# Mouse support +set -g mouse on + +set-window-option -g xterm-keys on +setw -g aggressive-resize on