1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-05-15 12:29:23 +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

@ -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