From d04f502c3f75923204454db419d30ac00841a3cc Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 24 Jan 2021 21:34:50 +0000 Subject: [PATCH] vim: gitrebase mappings are buffer local and nowait --- vim/ftplugin/gitrebase.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.48.1