tmux.conf: Turn off visual-activity
This commit is contained in:
parent
fdb68af807
commit
c83bd8a0bf
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ set -g message-attr bright
|
||||||
###
|
###
|
||||||
set -g status-utf8 on
|
set -g status-utf8 on
|
||||||
setw -g monitor-activity on
|
setw -g monitor-activity on
|
||||||
set -g visual-activity on
|
set -g visual-activity off
|
||||||
set -g allow-rename off
|
set -g allow-rename off
|
||||||
|
|
||||||
set -g status-left-length 40
|
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
|
# 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 "~/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
|
# Plugins
|
||||||
|
|
Loading…
Reference in a new issue