mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 18:42:19 +00:00
remove neovim workaround
This commit is contained in:
parent
3e72aa4df7
commit
b19380f125
1 changed files with 1 additions and 2 deletions
|
@ -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 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'
|
# bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel --clipboard" # copy text with 'y'
|
||||||
|
|
||||||
# Vim integrations
|
## Vim integrations
|
||||||
set -g -a terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q' # fix cursor mode
|
|
||||||
# Smart pane switching with awareness of Vim splits
|
# Smart pane switching with awareness of Vim splits
|
||||||
# See: https://github.com/christoomey/vim-tmux-navigator
|
# See: https://github.com/christoomey/vim-tmux-navigator
|
||||||
is_vim="ps -o state= -o comm= -t '#{pane_tty}' \
|
is_vim="ps -o state= -o comm= -t '#{pane_tty}' \
|
||||||
|
|
Loading…
Reference in a new issue