1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +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
nnoremap <silent><buffer><expr> gx
\ defx#do_action('execute_system')
nnoremap <silent><buffer><expr> yy
nnoremap <silent><buffer><expr> c
\ defx#do_action('copy')
nnoremap <silent><buffer><expr> q
\ defx#do_action('quit')