From bbe95112e114f8966b89120b92f6195284534ed5 Mon Sep 17 00:00:00 2001 From: alanding <395577197@qq.com> Date: Thu, 21 Mar 2019 21:20:49 +0800 Subject: [PATCH] fix defx key binding c --- config/plugins/defx.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/defx.vim b/config/plugins/defx.vim index ce863e85e..768fe0d2c 100644 --- a/config/plugins/defx.vim +++ b/config/plugins/defx.vim @@ -83,7 +83,7 @@ function! s:defx_init() " Define mappings nnoremap gx \ defx#do_action('execute_system') - nnoremap yy + nnoremap c \ defx#do_action('copy') nnoremap q \ defx#do_action('quit')