diff options
author | Tyler Davis <tydavis@gmail.com> | 2020-09-22 19:21:19 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2020-09-22 19:21:19 +0000 |
commit | e3ff9460163c7c0975ae3a772edc07457837577c (patch) | |
tree | 5c62fb9a4921e8f75844693719dd7cc83462ab99 /.tmux.conf | |
parent | 855e7bade9ac7f8bdccdb3e06cf91907721899cf (diff) | |
download | dotfiles-e3ff9460163c7c0975ae3a772edc07457837577c.tar.gz dotfiles-e3ff9460163c7c0975ae3a772edc07457837577c.zip |
tmux: remove activity monitors
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |