From d0cf0abc92fe7e64529f2e411b646a44b3777f0b Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Thu, 7 Oct 2021 14:33:48 +0800 Subject: [PATCH] style(leaderf): update description of `SPC h i` --- autoload/SpaceVim/layers/leaderf.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/SpaceVim/layers/leaderf.vim b/autoload/SpaceVim/layers/leaderf.vim index 6f6f29ea7..8a1005168 100644 --- a/autoload/SpaceVim/layers/leaderf.vim +++ b/autoload/SpaceVim/layers/leaderf.vim @@ -328,7 +328,7 @@ function! SpaceVim#layers#leaderf#config() abort let lnum = expand('') + s:lnum - 1 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', \ '',