aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-10-20 23:23:01 +0200
committerDavid Runge <dave@sleepmap.de>2015-10-20 23:23:01 +0200
commit560e4ccd21d0f549ab6ab4615b451e0e5008318e (patch)
tree0b3b4a3495c97f18814f108db45bbd33ec541d74 /.tmux.conf
parent8d15b60dff15bb6936a18fc21d1e8d5d5870ad8e (diff)
downloaddotfiles-560e4ccd21d0f549ab6ab4615b451e0e5008318e.tar.gz
dotfiles-560e4ccd21d0f549ab6ab4615b451e0e5008318e.tar.bz2
dotfiles-560e4ccd21d0f549ab6ab4615b451e0e5008318e.tar.xz
dotfiles-560e4ccd21d0f549ab6ab4615b451e0e5008318e.zip
.tmux.conf: Adding new (post 2.1) mouse mode
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index c969a1d..64af9f6 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -33,7 +33,8 @@ set -g set-titles-string "#T"
set-option -g allow-rename on
set -g history-limit 10000
-setw -g mode-mouse on
+# set mouse mode on
+set -g mouse on
# Logout with Ctrl+D
bind-key ^D detach-client