[vim] update trailing whitespace hotkey
Used to be 2, not it is 1. There can be only 1.
This commit is contained in:
parent
7fafba6041
commit
8c54906b23
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue