Which Key.nvim Versions Save

💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.

v1.6.0

6 months ago

1.6.0 (2023-10-17)

Features

Bug Fixes

v1.5.1

9 months ago

1.5.1 (2023-07-15)

Bug Fixes

  • revert: never overwrite actual keymaps with group names. Fixes #478 Fixes #479 Fixes #480 (fc25407)

v1.5.0

9 months ago

1.5.0 (2023-07-14)

Features

  • marks: show filename as label when no label (25babc6)

Bug Fixes

  • keys: don't show empty groups (8503c0d)
  • never overwrite actual keymaps with group names (f61da3a)
  • registers: dont trigger on @. Fixes #466 (65b36cc)

v1.4.3

11 months ago

1.4.3 (2023-05-22)

Bug Fixes

  • health: dont show duplicates between global and buffer-local. It's too confusing (015fdf3)

v1.4.2

11 months ago

1.4.2 (2023-05-10)

Bug Fixes

  • health: update the deprecated function (#453) (12d3b11)

v1.4.1

11 months ago

1.4.1 (2023-05-04)

Bug Fixes

  • keys: dont overwrite existing keymaps with a callback. Fixes #449 (4db6bb0)

v1.4.0

1 year ago

1.4.0 (2023-04-18)

Features

  • view: ensure it's above other floating windows (#442) (9443778)

v1.3.0

1 year ago

1.3.0 (2023-04-17)

Features

  • health: move health check to separate health file (b56c512)
  • preset: add z<CR> preset (#346) (ed37330)
  • preset: added zi and CTRL-W_o (#378) (5e8e6b1)
  • view: allow percentages for margins. Fixes #436 (0b5a653)

Bug Fixes

  • health: add OK output to check_health fn (#375) (c9c430a)
  • keys: allow keymap desc to override preset labels. Fixes #386 (6aa1b2f)
  • tree: don't cache plugin nodes. Fixes #441 (20fcd7b)
  • util: clear cache when leader changes (df3597f)
  • util: missing return statement (f6bb21c)
  • util: nil check (6ab25e2)

Performance Improvements

  • keys: optimized update_keymaps (476d137)
  • tree: added fast nodes lookup (8e5e012)
  • util: cache parse_keys (8649bf5)
  • util: cache replace termcodes (eaa8027)

v1.2.3

1 year ago

1.2.3 (2023-04-17)

Bug Fixes

  • util: dont parse empty lhs (8d5ab76)
  • util: only collect valid <> keys (#438) (4bd6dca)
  • util: replace &lt;lt&gt; by < before parsing (789ac71)
  • view: allow deviating paddings per side (#400) (3090eaf)

Performance Improvements

v1.2.2

1 year ago

1.2.2 (2023-04-16)

Performance Improvements

  • mappings: avoid computing error string on hot path (#429) (6892f16)