remove neovim workaround

This commit is contained in:
John Bowdre 2022-05-25 08:26:03 -05:00
parent 3e72aa4df7
commit b19380f125

View file

@ -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}' \