Added mappings to search for trailing tabs and spaces
This commit is contained in:
parent
0cd820052d
commit
b63c2f95b1
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -50,6 +50,8 @@ nnoremap <Leader>3 :set number<CR>
|
|||
nnoremap <Leader>4 :set nonumber<CR>
|
||||
nnoremap <Leader>[ :previous<CR>
|
||||
nnoremap <Leader>] :next<CR>
|
||||
nnoremap <Leader>tt /\t$<CR>
|
||||
nnoremap <Leader>ss / $<CR>
|
||||
|
||||
nnoremap ; :
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue