lapce icon indicating copy to clipboard operation
lapce copied to clipboard

Shift-Enter in Find causes Selection in Editor

Open MinusGix opened this issue 2 years ago • 0 comments

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.

MinusGix avatar Apr 11 '24 16:04 MinusGix