vscode-sublime-keybindings icon indicating copy to clipboard operation
vscode-sublime-keybindings copied to clipboard

Search: focus next search result (F4) broken

Open MarcoNovaro opened this issue 4 years ago • 1 comments

I noticed that installing this extension is breaking the F4 keybinding to search.action.focusNextSearchResult, to find next search result when finding in files. Searching with F4 is finding only in the first found file, and not moving to next.

I'm running latest VsCode (1.49.3) on Windows, in portable mode with no other extension.

MarcoNovaro avatar Oct 06 '20 08:10 MarcoNovaro

I solved this removing the keybinding of "F4" to editor.action.nextMatchFindAction ("Find next"). The same action is anyhow bound to F3 (as I would expect to be):

immagine

This keybinding seems anyhow added from this extention, since it is not present on the initial configuration.

MarcoNovaro avatar Oct 07 '20 13:10 MarcoNovaro