Skip to content

Releases: tris203/hawtkeys.nvim

v1.2.0

30 Mar 22:15
aeba04a
Compare
Choose a tag to compare

1.2.0 (2024-03-30)

Features

Bug Fixes

v1.1.0

05 Jan 22:07
7e75492
Compare
Choose a tag to compare

1.1.0 (2024-01-05)

Features

  • add colemak/colemak-dh support (dbd92f0)
  • one usercommand + autocomplete (#63) (1ced8d4)
  • partial match for multi-mode maps in duplicates (#57) (954b4d9)
  • ui: message on no dupes (#65) (31f0a7f)

Bug Fixes

  • capture more than two duplicates of a mapping (954b4d9)
  • ignore casing in modifier keys (#76) (f3a7ff1)
  • lazy mapped keys with functions (#58) (ee2374e)

v1.0.3

28 Dec 20:07
120b1ff
Compare
Choose a tag to compare

1.0.3 (2023-12-28)

Bug Fixes

  • ci: use sync_install for treesitter parsers (18da711)
  • remove ipairs wrapping node:iter_children (4fc9322)

v1.0.2

28 Dec 19:30
fd487ed
Compare
Choose a tag to compare

1.0.2 (2023-12-28)

Bug Fixes

  • compat: remove usage of vim.iter (0409b73), closes #54
  • remove vim.prints, use vim.notify_once (72f102d), closes #54

v1.0.1

24 Dec 22:09
26403b9
Compare
Choose a tag to compare

1.0.1 (2023-12-24)

Bug Fixes

v1.0.0

23 Dec 19:37
84cf2b7
Compare
Choose a tag to compare

1.0.0 (2023-12-23)

⚠ BREAKING CHANGES

  • lazy keymap support (#41)
  • Usercommands/Remove default keymaps (#2)

Features

  • add default key mapping <leader>hwt (ca02dfa)
  • add excludeAlreadyMapped flag (808651a)
  • add highlighting (#3) (f1155c8)
  • add hint to search prompt (#29) (dedcf53)
  • add keymap to config (5507afe)
  • add types (8351b34)
  • begining of UI (0d5d8bb)
  • cleaner 'all' menu with extmarks and nice mode lists (#25) (39f4f96)
  • dupes UI refresh (#44) (e9d3afc)
  • duplicate checks (74132a6)
  • exclude already mapped keys from return (d7f20ee)
  • highlight search matches and search result score (#31) (d56ec52)
  • lazy keymap support (#41) (c6705da)
  • lhs blacklists (#34) (ce9dac1)
  • make search prompt border seamless (#32) (2ecef6f)
  • remove alreadyMapped flag (98c6b81)
  • start show all, and treesitter search (ce5edce)
  • testing and configurable iterative mapping (dae77e1)
  • use vim map description if rhs isn't available (#28) (f2e85f8)
  • Usercommands/Remove default keymaps (#2) (dcb4f35)

Bug Fixes