diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..7fbf4b4 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,7 @@ +# rebind the dumb prefix key +unbind C-b +set-option -g prefix C-t +bind-key C-t send-prefix + +# enable ability to click between panes +set -g mouse on \ No newline at end of file