mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 10:50:05 +08:00
style(leaderf): update description of SPC h i
This commit is contained in:
parent
c5ca267ed9
commit
d0cf0abc92
@ -328,7 +328,7 @@ function! SpaceVim#layers#leaderf#config() abort
|
|||||||
|
|
||||||
let lnum = expand('<slnum>') + s:lnum - 1
|
let lnum = expand('<slnum>') + s:lnum - 1
|
||||||
call SpaceVim#mapping#space#def('nnoremap', ['h', 'i'], 'LeaderfHelpCword',
|
call SpaceVim#mapping#space#def('nnoremap', ['h', 'i'], 'LeaderfHelpCword',
|
||||||
\ ['get help with the symbol at point',
|
\ ['get-help-for-cursor-symbol',
|
||||||
\ [
|
\ [
|
||||||
\ '[SPC h i] is to get help with the symbol at point',
|
\ '[SPC h i] is to get help with the symbol at point',
|
||||||
\ '',
|
\ '',
|
||||||
|
Loading…
Reference in New Issue
Block a user