Ihor Strecheniuk
Ihor Strecheniuk
@rami3l @EdRW Use `editor.action.showDefinitionPreviewHover` it pops up hover with focus. ``` "vim.normalModeKeyBindingsNonRecursive": [ { "before": [ "g", "h" ], "commands": [ "editor.action.showDefinitionPreviewHover" ] } ] ```
Issue could be closed. New keyboard shortcuts for hovers were added in version 1.77 [Link to update](https://code.visualstudio.com/updates/v1_77#_hover-control-navigation)
@rami3l Command available in command palette by keyword “hover”. Was added with older update [1.40](https://code.visualstudio.com/updates/v1_40#_definition-preview-hover-from-the-keyboard) with recent update keyboard shortcuts for navigation were added to the hover widget. So now...