From: Samir Benmendil Date: Sun, 24 Jan 2021 21:34:50 +0000 (+0000) Subject: vim: gitrebase mappings are buffer local and nowait X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d04f502c3f75923204454db419d30ac00841a3cc vim: gitrebase mappings are buffer local and nowait --- diff --git a/vim/ftplugin/gitrebase.vim b/vim/ftplugin/gitrebase.vim index 8d28ec8..310b0d1 100644 --- a/vim/ftplugin/gitrebase.vim +++ b/vim/ftplugin/gitrebase.vim @@ -1,7 +1,7 @@ setlocal nomodeline " first line might contain 'vim:' -nnoremap p :Pick -nnoremap s :Squash -nnoremap e :Edit -nnoremap r :Reword -nnoremap f :Fixup +nnoremap p :Pick +nnoremap s :Squash +nnoremap e :Edit +nnoremap r :Reword +nnoremap f :Fixup