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

View File

@ -25,6 +25,9 @@ set softtabstop=4
set shiftwidth=4
set noexpandtab
" Show whitespace in characters (toggle with set list)
set listchars=tab:→\ ,space,nbsp:␣,trail:•,eol,precedes,extends
"Folding
"augroup vimrc
" au BufReadPre * setlocal foldmethod=indent