From d275446107360c7fad7d22b3d209173a252b1ac7 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 7 Jan 2015 02:50:24 +0000 Subject: [PATCH] vim: add bindings for gitrebase --- vim/ftplugin/gitrebase.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/ftplugin/gitrebase.vim diff --git a/vim/ftplugin/gitrebase.vim b/vim/ftplugin/gitrebase.vim new file mode 100644 index 0000000..7a15704 --- /dev/null +++ b/vim/ftplugin/gitrebase.vim @@ -0,0 +1,5 @@ +nnoremap p :Pick +nnoremap s :Squash +nnoremap e :Edit +nnoremap r :Reword +nnoremap f :Fixup -- 2.48.1