diff options
Diffstat (limited to 'core/conf/skel/.tmux.conf')
-rw-r--r-- | core/conf/skel/.tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/conf/skel/.tmux.conf b/core/conf/skel/.tmux.conf index 795aff6..a68ccb2 100644 --- a/core/conf/skel/.tmux.conf +++ b/core/conf/skel/.tmux.conf @@ -23,3 +23,5 @@ set -g bell-action any bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'" bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'" +# Torn on mouse +set -g mouse on |