diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-11 21:55:17 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-11 21:55:17 -0400 |
commit | 06416b923f16b060aa4d68c5178fb9a823b291d5 (patch) | |
tree | 4dc1a209a05b1b1ec9e156346bd65757b64f158a /tmux | |
parent | 9e3771d19c02892119be2140e7c8303ebd01041d (diff) | |
parent | 687a64c30fa70eb2a27cba09599c33a68b18d910 (diff) |
Merge branch 'ursa_minor'
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 |