| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.3.0 source code.tar.gz | 2023-03-06 | 103.1 kB | |
| 2.3.0 source code.zip | 2023-03-06 | 109.0 kB | |
| README.md | 2023-03-06 | 1.1 kB | |
| Totals: 3 Items | 213.1 kB | 0 | |
Deprecated
Custom key names in bind_keys are now deprecated. Use Vim strings instead, replace the following mappings:
return_key=>["<CR>"]ctrl_k=>["<C-k>"]ctrl_j=>["<C-j>"]ctrl_p=>["<C-p>"]ctrl_n=>["<C-n>"]escape=>["<Esc>"]delete=>["<Del>"]backspace=>["<BS>"]
These will be removed with the next major release in 3.0.0.
Added
- Dynamic binding of keys in the
bind_keysmap using Vim key strings
Fixed
- Improve syntax matching for strings and numbers by @austinliuigi in https://github.com/tversteeg/registers.nvim/pull/88
- An error when using
pressing.nvimby @yutkat in https://github.com/tversteeg/registers.nvim/pull/89
New Contributors
- @austinliuigi made their first contribution in https://github.com/tversteeg/registers.nvim/pull/88
- @yutkat made their first contribution in https://github.com/tversteeg/registers.nvim/pull/89
Full Changelog: https://github.com/tversteeg/registers.nvim/compare/v2.2.2...v2.3.0