diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 24f4d49..0fa41d4 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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