From: Samir Benmendil Date: Thu, 4 May 2023 00:06:29 +0000 (+0100) Subject: vim: let loupe handle maps for very magic search X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/74cd8614a152e2bc594effef7e0f6f25bdf7429b vim: let loupe handle maps for very magic search I was overriding a much better implementation of always magic from the loupe plugin with my own crude mappings. --- diff --git a/vim/vimrc b/vim/vimrc index f94553e..6bf709a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -554,11 +554,6 @@ nnoremap U " nnoremap r :silent !ranger %:h:redraw! " nnoremap R :silent !ranger:redraw! -" Use sane regexes. -nnoremap / /\v -vnoremap / /\v -cnoremap s/ s/\v - " display the number of matches for the last search nmap # :%s:/::gn