summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-11-20 16:26:55 +0000
committerTharre <tharre3@gmail.com>2017-11-20 16:26:55 +0000
commit5ecd45707e76c371a36ad6b066504682ecdafc9f (patch)
treebfbd566fb1f6a17db5827f8334c7f0abc974f4b6 /.tmux.conf
parentf35013e73bb52558afe355af8f463dbf7b7680d2 (diff)
downloaddotfiles-5ecd45707e76c371a36ad6b066504682ecdafc9f.tar.gz
dotfiles-5ecd45707e76c371a36ad6b066504682ecdafc9f.tar.xz
dotfiles-5ecd45707e76c371a36ad6b066504682ecdafc9f.zip
tmux: enable mouse support
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 4a7f970..6a08600 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,6 +1,7 @@
set -g prefix C-x
bind C-x send-prefix
unbind C-b
+setw -g mouse on
set -g default-terminal "screen-256color"