diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 00000000..3da850bc --- /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