diff options
-rw-r--r-- | .tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..0bd7996 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +#set -s exit-empty off +set -g prefix C-a +unbind-key C-b +bind-key C-a send-prefix + +set-option -g mouse |