diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 90ed13c..54e496b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -14,4 +14,7 @@ bind h select-pane -L bind l select-pane -R -set -g status-bg magenta +#set -g status-bg magenta + + +set -g mouse on |