idea-which-key
idea-which-key copied to clipboard
IdeaVim extension that displays available keybindings in a popup
Fixes for #48 and #61
ideavim 2.15.3 which-key 0.10.2 my config about which-key ``` set which-key " plugins/which-key set notimeout let g:WhichKey_ShowVimActions = "false" ``` reproduce to press `` or other combination. ``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT`...
**~./ideavimrc** ``` let mapleader = ";" set which-key nnoremap , ; map wv (SplitVertically) map wh (SplitHorizontally) ``` Oddly, pressing `,` also brings up the which-key menu, when only the...
I did this: Activate the plugin in your .ideavimrc file with `set which-key` But nothing happens no matter what key I press, how can I view the window with all...
I'm on a larger monitor - is it possible to move the window to a different place than the bottom left?
Hope: `Key`, `Prefix`, `Command `can have their font and font size set independently.