Bring back command find-replace:select-next

Bring back the command like before to keep single selection but with
ctrl+f3 keybindings. Change the name of the new multi-cursor command
but keep the ctrl+d keybinding.
This commit is contained in:
Francesco Abbate
2021-09-09 21:40:41 +02:00
parent aa0e083cb9
commit d9afc40a17
4 changed files with 17 additions and 6 deletions
+3
View File
@@ -35,6 +35,9 @@ Here some details about the bug fixes:
- fix error that prevented the verification of plugins versions
- fix error on X11 that caused a bug window event on exit
Change behavior of `ctrl+d` to add a multi-cursor selection to the next occurrence.
The old behavior to move the selection to the next occurrence is now done using the shortcut `ctrl+f3`.
### 2.0
The 2.0 version of lite contains *breaking changes* to lite, in terms of how plugin settings are structured;