1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 09:20:04 +08:00

fix defx key binding c

This commit is contained in:
alanding 2019-03-21 21:20:49 +08:00
parent 9364a16343
commit bbe95112e1

View File

@ -83,7 +83,7 @@ function! s:defx_init()
" Define mappings " Define mappings
nnoremap <silent><buffer><expr> gx nnoremap <silent><buffer><expr> gx
\ defx#do_action('execute_system') \ defx#do_action('execute_system')
nnoremap <silent><buffer><expr> yy nnoremap <silent><buffer><expr> c
\ defx#do_action('copy') \ defx#do_action('copy')
nnoremap <silent><buffer><expr> q nnoremap <silent><buffer><expr> q
\ defx#do_action('quit') \ defx#do_action('quit')