mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
fix defx key binding c
This commit is contained in:
parent
9364a16343
commit
bbe95112e1
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user