Command for going to next workspace search occurrence #9315
-
When I want to do a workspace-level search replace, I want to interactively choose which search hits to replace, and which ones not to replace. I'm trying to achieve this like this:
After this, I'd like to have a shortcut to go to the next workspace-level search hit, basically like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
-
For anybody coming from a search engine, this is how to do it with macros:
|
Beta Was this translation helpful? Give feedback.
You can use
<space>'
to re-open the last picker and thenC-n
or tab to select the next result and enter. It isn't currently possible to make a keybinding for this, it would need #1383.