[vim] update trailing whitespace hotkey

Used to be 2, not it is 1. There can be only 1.
This commit is contained in:
Josh Sherman 2017-05-28 10:55:15 -05:00
parent 7fafba6041
commit 8c54906b23
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -140,8 +140,7 @@ nnoremap <Leader>F :set list<CR>
nnoremap <Leader>c :w<CR>:!wc %<CR> nnoremap <Leader>c :w<CR>:!wc %<CR>
nnoremap <Leader>v :so ~/.vim/vimrc<CR> nnoremap <Leader>v :so ~/.vim/vimrc<CR>
nnoremap <Leader>ss / $<CR> nnoremap <Leader>ss /\s$<CR>
"nnoremap <Leader>tt /\t$<CR>
nnoremap <Leader>n <Esc>:call ToggleLineNumbers()<CR> nnoremap <Leader>n <Esc>:call ToggleLineNumbers()<CR>