mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
fix defx key binding l
This commit is contained in:
parent
befbb4f9a8
commit
9364a16343
@ -95,7 +95,7 @@ function! s:defx_init()
|
|||||||
nnoremap <silent><buffer><expr> <Left> defx#do_action('call', 'DefxSmartH')
|
nnoremap <silent><buffer><expr> <Left> defx#do_action('call', 'DefxSmartH')
|
||||||
nnoremap <silent><buffer><expr> l
|
nnoremap <silent><buffer><expr> l
|
||||||
\ defx#is_directory() ?
|
\ defx#is_directory() ?
|
||||||
\ defx#do_action('open_tree') . 'j' : defx#do_action('open')
|
\ defx#do_action('open_tree') . 'j' : defx#do_action('drop')
|
||||||
nnoremap <silent><buffer><expr> <Right>
|
nnoremap <silent><buffer><expr> <Right>
|
||||||
\ defx#is_directory() ?
|
\ defx#is_directory() ?
|
||||||
\ defx#do_action('open_tree') . 'j' : defx#do_action('open')
|
\ defx#do_action('open_tree') . 'j' : defx#do_action('open')
|
||||||
|
Loading…
Reference in New Issue
Block a user