- Fixed #212.
- Vim keybindings: Added
gn
/gN
for selecting search matches. It will, in theory, allow us to go through the entire annotation workflow without touching the mouse (in practice some mouse operation will be still helpful though). - Vim keybindings: If some text is selected before initiating a search by
/
/?
, pressingEnter
will no longer clear the previous selection, but instead, now it will extend the previous selection to the first character of the first search match, just like in the real Vim.
Full Changelog: 0.40.2...0.40.3