diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-03-15 09:18:33 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-03-25 15:58:37 -0400 |
commit | 54273e03c5d1a936329e91ced0b7bd73ebeab410 (patch) | |
tree | e009cbd4333e56b49db21a0e796fbe2f121ccdba | |
parent | a10cf8e3f16e951864fe4fbac22e8094cd9e38ee (diff) |
Adds mouse support to tmux
-rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b033e6f..ff1ceb7 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -16,3 +16,4 @@ bind l select-pane -R #set -g status-bg magenta +set -g mouse on |