diff options
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r-- | .config/tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 4af1108..b950558 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -30,3 +30,6 @@ bind-key C-Space send-prefix # Make killing the whole thing easier bind-key q kill-session + +# No reason not to do this +set-option -g mouse on |