From 3fbbeea8a6a9c8cf701ac0b1d6ddea68f5cc2c6f Mon Sep 17 00:00:00 2001 From: Pieter Joost van de Sande Date: Thu, 12 Mar 2020 14:34:55 +0100 Subject: [PATCH] add K binding to Defx (#3401) K creates a new directory, just as with the default Vimfiler --- config/plugins/defx.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/plugins/defx.vim b/config/plugins/defx.vim index c0ff4b5d2..0f1f55b5d 100644 --- a/config/plugins/defx.vim +++ b/config/plugins/defx.vim @@ -136,6 +136,8 @@ function! s:defx_init() \ defx#do_action('drop', 'tabedit') nnoremap p \ defx#do_action('open', 'pedit') + nnoremap K + \ defx#do_action('new_directory') nnoremap N \ defx#do_action('new_file') nnoremap d