projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faebfb4
)
Simpler Gvsplit substitution, without register polluting
author
Sergey Matveev <stargrave@stargrave.org>
Wed, 27 May 2020 10:46:04 +0000 (13:46 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Wed, 27 May 2020 10:46:04 +0000 (13:46 +0300)
vim/.vimrc
patch
|
blob
|
history
diff --git
a/vim/.vimrc
b/vim/.vimrc
index b4da21a29d39464f5afa4500e98f3204ce59328a..b4f525c4615edabd25cc8c8320a66e5ca2f88014 100644
(file)
--- a/
vim/.vimrc
+++ b/
vim/.vimrc
@@
-108,7
+108,7
@@
autocmd BufEnter * let &titlestring = expand("%:t")
" }}}
" Fugitive {{{
-nmap <F7>
"cyiw:execute "Gvsplit " . @c
<CR>zR
+nmap <F7>
:Gvsplit <C-R><C-W>
<CR>zR
nmap <F9> :diffupdate<CR>:syntax off<CR>:syntax on<CR>
" }}}