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:
Fernando Schauenburg 2020-12-15 19:52:42 +01:00
parent 978021fb92
commit 917dc41a79

View file

@ -194,10 +194,6 @@ inoremap jk <esc>
vnoremap > ><cr>gv vnoremap > ><cr>gv
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 " window resizing similar to the way I have tmux set up
nnoremap <c-w><c-k> 5<c-w>+ nnoremap <c-w><c-k> 5<c-w>+
nnoremap <c-w><c-j> 5<c-w>- nnoremap <c-w><c-j> 5<c-w>-