From d3501225442d08275d1300e8797d1c15e0025488 Mon Sep 17 00:00:00 2001 From: Johannes Stolp Date: Sun, 12 Jun 2016 12:47:15 +0200 Subject: added substitute shortcut in vim --- .vim/vimrc_files/keymaps.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vim') diff --git a/.vim/vimrc_files/keymaps.vim b/.vim/vimrc_files/keymaps.vim index cfcd938..4edd32a 100644 --- a/.vim/vimrc_files/keymaps.vim +++ b/.vim/vimrc_files/keymaps.vim @@ -75,3 +75,6 @@ nnoremap :call BufExplorer() " invoke grep and print output into current buffer nnoremap :read !grep -nI + +" substituce selection +vnoremap "hy:%s/h//gc -- cgit v1.2.3