From: Sergey Matveev Date: Wed, 27 May 2020 10:46:04 +0000 (+0300) Subject: Simpler Gvsplit substitution, without register polluting X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=1da4d4e15aa96238407babd85fcd9c68ef419b16 Simpler Gvsplit substitution, without register polluting --- diff --git a/vim/.vimrc b/vim/.vimrc index b4da21a..b4f525c 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -108,7 +108,7 @@ autocmd BufEnter * let &titlestring = expand("%:t") " }}} " Fugitive {{{ -nmap "cyiw:execute "Gvsplit " . @czR +nmap :Gvsplit zR nmap :diffupdate:syntax off:syntax on " }}}