mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 23:49:19 +08:00
fix denite file_rec key binding (#2210)
This commit is contained in:
parent
be24294f84
commit
3faa5ad523
@ -136,7 +136,7 @@ function! SpaceVim#layers#denite#config() abort
|
||||
|
||||
|
||||
let lnum = expand('<slnum>') + s:lnum - 1
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['p', 'f'], 'call call('
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['h', 'i'], 'call call('
|
||||
\ . string(s:_function('s:warp_denite')) . ', ["DeniteCursorWord help"])',
|
||||
\ ['get help with the symbol at point',
|
||||
\ [
|
||||
|
Loading…
x
Reference in New Issue
Block a user