From 917dc41a79acabb76c7cfcba6a2735d85711f105 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 15 Dec 2020 19:52:42 +0100 Subject: [PATCH] vim: remove superfluous search mappings Now that I am using 'ignorecase' and 'smartcase' there is no need for this anymore. --- roles/vim/files/vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/vim/files/vimrc b/roles/vim/files/vimrc index 8c0d44b..01324c4 100644 --- a/roles/vim/files/vimrc +++ b/roles/vim/files/vimrc @@ -194,10 +194,6 @@ inoremap jk vnoremap > >gv vnoremap < <gv -" better searching (case insensitive & expand on previous) -nnoremap // /\c -nnoremap /// // - " window resizing similar to the way I have tmux set up nnoremap 5+ nnoremap 5-