lapce
lapce copied to clipboard
Shift-Enter in Find causes Selection in Editor
Lapce Version
HEAD
Describe the bug
When using ctrl-f to search, enter works as expected where it goes to the next instance of the search text. However using shift-enter to go back will cause it to jump back, but also select text in the editor. This is likely because the editor is given that the user is holding shift when the jump occurs, and so treats that as any other (ex) shift+arrow-key jump.