tmux.conf: Turn off visual-activity

This commit is contained in:
niblock 2017-07-28 18:39:20 -04:00
parent fdb68af807
commit c83bd8a0bf

View file

@ -66,7 +66,7 @@ set -g message-attr bright
###
set -g status-utf8 on
setw -g monitor-activity on
set -g visual-activity on
set -g visual-activity off
set -g allow-rename off
set -g status-left-length 40
@ -112,7 +112,7 @@ bind r source-file ~/.tmux.conf \; display "Config Reloaded!"
# Captur selection, create a gist from it
#bind-key -tvi-copy u copy-pipe "~/Workbench/dotfiles/tmux/copy_selected.sh"
bind-key -tvi-copy u copy-pipe "ruby ~/gist_gem.rb -"
bind-key -tvi-copy u copy-pipe "ruby ~/Lab/gist_gem.rb -"
######
# Plugins