summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2020-09-22 19:21:19 +0000
committerTyler Davis <tydavis@gmail.com>2020-09-22 19:21:19 +0000
commite3ff9460163c7c0975ae3a772edc07457837577c (patch)
tree5c62fb9a4921e8f75844693719dd7cc83462ab99 /.tmux.conf
parent855e7bade9ac7f8bdccdb3e06cf91907721899cf (diff)
downloaddotfiles-e3ff9460163c7c0975ae3a772edc07457837577c.tar.gz
dotfiles-e3ff9460163c7c0975ae3a772edc07457837577c.zip
tmux: remove activity monitors
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/.tmux.conf b/.tmux.conf
index e928484..d9a1552 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -20,11 +20,9 @@ bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-selection
bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
-#Mouse works as expected
-set -g mouse on
-
-setw -g monitor-activity on
-set -g visual-activity on
+###
+#setw -g monitor-activity on
+#set -g visual-activity on
set -g mode-keys vi
set -g history-limit 10000