From: Samir Benmendil Date: Wed, 7 Jan 2015 02:50:24 +0000 (+0000) Subject: vim: add bindings for gitrebase X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d275446107360c7fad7d22b3d209173a252b1ac7?ds=sidebyside vim: add bindings for gitrebase --- 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