vim: remove superfluous search mappings
Now that I am using 'ignorecase' and 'smartcase' there is no need for this anymore.
This commit is contained in:
parent
978021fb92
commit
917dc41a79
1 changed files with 0 additions and 4 deletions
|
@ -194,10 +194,6 @@ inoremap jk <esc>
|
|||
vnoremap > ><cr>gv
|
||||
vnoremap < <<cr>gv
|
||||
|
||||
" better searching (case insensitive & expand on previous)
|
||||
nnoremap // /\c
|
||||
nnoremap /// /<C-R>/
|
||||
|
||||
" window resizing similar to the way I have tmux set up
|
||||
nnoremap <c-w><c-k> 5<c-w>+
|
||||
nnoremap <c-w><c-j> 5<c-w>-
|
||||
|
|
Loading…
Add table
Reference in a new issue