diff options
author | Silvino Silva <silvino@bk.ru> | 2016-09-22 02:11:35 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-09-22 02:11:35 +0100 |
commit | 1b8d9ebe8bf86e4fb413bf8d51669baa701a603f (patch) | |
tree | b8d1685b153540800b09ee0e331a65a2307d0b8a /core/conf/skel/.tmux.conf | |
parent | f3e8ffbd77c91a2d3845d4c02671420e22e96ba7 (diff) | |
parent | 9741df07f44b23ce7ac66a55cef65fe6c9c45b37 (diff) | |
download | doc-1b8d9ebe8bf86e4fb413bf8d51669baa701a603f.tar.gz |
release 0.2.1
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 |