diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index fbd7ee7..bd29950 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -29,8 +29,7 @@ set-window-option -g mode-keys vi # # bind -T copy-mode-vi v send-keys -X begin-selection # select text with 'v' # bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel --clipboard" # copy text with 'y' -# Vim integrations -set -g -a terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q' # fix cursor mode +## Vim integrations # Smart pane switching with awareness of Vim splits # See: https://github.com/christoomey/vim-tmux-navigator is_vim="ps -o state= -o comm= -t '#{pane_tty}' \