editor-bootstrap/vim-bootstrap

Do we have a keyboard shortcut to show the tooltip

zongUMR opened this issue · 4 comments

You MUST delete the content above including this line before posting, otherwise your issue will be invalid.

  • Vim bootstrap version(number in first line):latest
  • Operating system:Mac os latest
  • Vim/Nvim version: 8.2 Vim
  • Languages: English

Description

When we input some syntax, it will open a dialog to show some useful message on a dialog. likeconsole.log(),
Screen Shot 2020-09-05 at 08 36 04
Do we have any idea or shortcut to show this dialog in normal or insert mode? I use vim and the versions of anything are latest

@zongUMR did you get it right? Used which plugin?

I just bind a custom shortcut to function LspHover

Screen Shot 2020-09-06 at 18 32 17

Like this

works with CoC as well. for Rust 🥇
used different keys

nmap <C-S-h> :LspHover<CR>
nmap <C-S-g> :LspDefinition<CR>