From 1da4d4e15aa96238407babd85fcd9c68ef419b16 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 27 May 2020 13:46:04 +0300 Subject: [PATCH] Simpler Gvsplit substitution, without register polluting --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " }}} -- 2.44.0