Skip to content

Releases: TheBlob42/idea-which-key

0.6

14 Nov 00:45
Compare
Choose a tag to compare
0.6

Added

  • Mappings can be "removed" from the popup (not displayed, still executable)

0.5

15 Jul 20:05
Compare
Choose a tag to compare
0.5

Changed

  • Unregister IdeaVIM 'VimShortcutKeyAction' to avoid startup error

0.4

02 May 18:50
Compare
Choose a tag to compare
0.4

Added

  • Make the order of elements configurable
  • Make the popup delay configurable

This update was re-release because the plugin needed to be renamed to Which-Key

0.3

27 Feb 21:34
Compare
Choose a tag to compare
0.3

Added

  • Show typed keys and current prefix within popup
  • Make FontFamily and FontSize configurable
  • Added documentation about timeout and timeoutlen

Changed

  • Subtract the time needed for calculations from the popup delay
  • Arguments for VIM motions (e.g. f, t, F, T) do not trigger the popup anymore

0.2

17 Feb 20:55
Compare
Choose a tag to compare
0.2

Added

  • Display default VIM actions (gg, zt, <C-w>k, etc.) in the popup.
    • This feature can be toggled on or off (default: off)
  • Make the appearance of keys, prefixes, command descriptions and the divider configurable

Changed

  • minimum IdeaVIM version is now 0.65
  • Dismantle key mapping and description caching
    • Changes are reflected on .ideavimrc reload, no restart of Intellij required anymore
  • Fixed prefix comparison (issue with the '<' character)
  • Improve the usage of the available space for the popup
  • By default display keys in bold and prefixes in the current theme's keyword color

0.1

31 Jan 21:59
Compare
Choose a tag to compare
0.1

0.1

The initial release of the IDEA Which-Key plugin project

Added

  • Basic functionality of displaying available key bindings within a popup
  • Configure displayed descriptions in your .ideavimrc file