vim: cleanup

This commit is contained in:
2019-04-14 18:18:10 +03:00
parent 4657a26873
commit f16b8df840
2 changed files with 14 additions and 111 deletions

View File

@@ -52,6 +52,8 @@ bind Escape copy-mode
setw -g mode-keys vi
bind-key Space run-shell "tmux list-sessions -F \"##S\" | fzf-tmux | xargs tmux switch -t"
unbind-key -T copy-mode-vi v
bind-key -T copy-mode-vi 'v' send -X begin-selection # Begin selection in copy mode.