Added mappings to search for trailing tabs and spaces

This commit is contained in:
Josh Sherman 2012-02-21 12:04:59 -05:00
parent 0cd820052d
commit b63c2f95b1

2
vimrc
View file

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