1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-06-01 20:09:13 +02:00

VIM whitespace toggler, disable tmux vim-copy mode

This commit is contained in:
Eric-Teunis de Boone 2019-10-10 15:16:45 +02:00
parent 0a85f3ba63
commit 8e7b6fe9a8
2 changed files with 6 additions and 3 deletions

View file

@ -13,9 +13,9 @@ setw -g mode-keys vi
set -g status-keys vi
# Make copy mode more vim-like.
bind -t vi-copy v begin-selection
bind -t vi-copy y copy-selection
bind -t vi-copy C-v rectangle-toggle
#bind -t vi-copy v begin-selection
#bind -t vi-copy y copy-selection
#bind -t vi-copy C-v rectangle-toggle
# commands
bind : command-prompt