1.2.0 (2024-03-30)
1.1.0 (2024-01-05)
- 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)
- capture more than two duplicates of a mapping (954b4d9)
- ignore casing in modifier keys (#76) (f3a7ff1)
- lazy mapped keys with functions (#58) (ee2374e)
1.0.3 (2023-12-28)
- ci: use
sync_install
for treesitter parsers (18da711) - remove
ipairs
wrappingnode:iter_children
(4fc9322)
1.0.2 (2023-12-28)
- compat: remove usage of vim.iter (0409b73), closes #54
- remove
vim.print
s, usevim.notify_once
(72f102d), closes #54
1.0.1 (2023-12-24)
- 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)
- add augroup (#43) (1451dcd)
- add dynamic updates (f24266d)
- add keymap caching (#1) (5554fc1)
- add missing space to ui rendering (#38) (f400cb0)
- cache for search (bb133c5)
- check for
buffer = ...
in treesitter key search (0605496) - ci: create empty doc file for docgen (#48) (4471de6)
- dont cache as aggressively (#20) (01625e1)
- duplicates: fix data shape (#37) (683e163)
- formatting (59b202b)
- readme (4ceec64)
- readme (64a3da7)
- ts scan optimisations (#6) (2a73379)
- utils: capitalization in comparison of defaults (#40) (eccd881)