From: Samir Benmendil Date: Sun, 24 Jan 2021 23:17:19 +0000 (+0000) Subject: vim/gitrebase: map \d :Drop X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/90a4da09a32a3be277d2176ac22b9f58f9739096?ds=sidebyside vim/gitrebase: map \d :Drop --- 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