diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000000000000000000000000000000000000..3da850bc15ac377fd1581fc45e13a63c575da800 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,5 @@ +set-option -g default-shell /bin/zsh +bind-key a set-window-option synchronize-panes +bind-key X kill-session + +set -g mouse on