diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..6979591 --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,6 @@ +set-option -g default-shell $SHELL +set -g prefix C-a +unbind-key C-b +bind-key C-a send-prefix + +set-option -g mouse |