From 90a4da09a32a3be277d2176ac22b9f58f9739096 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 24 Jan 2021 23:17:19 +0000 Subject: [PATCH] vim/gitrebase: map \d :Drop --- vim/ftplugin/gitrebase.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/ftplugin/gitrebase.vim b/vim/ftplugin/gitrebase.vim index 310b0d1..08a1740 100644 --- a/vim/ftplugin/gitrebase.vim +++ b/vim/ftplugin/gitrebase.vim @@ -5,3 +5,4 @@ nnoremap s :Squash nnoremap e :Edit nnoremap r :Reword nnoremap f :Fixup +nnoremap d :Drop -- 2.48.1