From: Philippe Hürlimann Date: Fri, 25 Nov 2016 08:33:26 +0000 (+0100) Subject: F3 now opens a substitution for the word under the cursor X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=f6fedcd56005fc25a95b2c83aaac96270ec9cff4;p=vimfiles.git F3 now opens a substitution for the word under the cursor --- diff --git a/vimrc b/vimrc index c12232d..be64e7a 100644 --- a/vimrc +++ b/vimrc @@ -89,6 +89,7 @@ if has('gui_running') endif nnoremap :TagbarToggle +nnoremap :%s/\C\<\>/ command Vr tabedit ~/.vim/vimrc command Vt execute "tabedit ~/.vim/ftplugin/" . &filetype . ".vim"