-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: command or search argument to quickly expand to the nth occurence of word #12
Comments
I'm a little worried about adding more syntax to the query selector. Perhaps a good middle ground would be to introduce a new shortcut that immediately repeats the previous selection? Something like ctrl + shift + alt/command + s? Let me know if that's a good compromise. |
Yes, that would be an optimal solution. Is it possible to make it work without closing the panel, so the results could be still previewed like it happens now? |
Interesting. Yeah, I'll try that. On Mon, Jan 26, 2015 at 12:39 PM, certainlyakey [email protected]
|
@xavi- Any update on this issue? Would love to have this feature in this package. Have you thought about something simpler like using F3 when you have the text input open? Many other builtin commands use F3 to select/goto next instance of somethiing, for example how incremential search works. |
Could you instead rely on the amount of indentation that you expect? Like:
|
pumped for this feature :) an extra shortcut (I'd use many thanks for the awesome tool! I use it daily |
A context-specific binding to |
I often use selectUntil to quickly select
foreach
blocks, therefore I need to putendforeach
(or more conciseendf
) as a search query. However,foreach
blocks may contain other foreach'es inside, and it requires an Enter, ctrl+shift+s, Enter chain of keystrokes to go past inner terms and select to the second or more occurence of word.Is it possible to make a separate bindable command for expanding the selection to the next occurence (while the panel is open) or introduce a search argument for expanding to the nth occurence at once?
For example, the query
endf*2
would allow to quickly expand the selection to the end of the following block ignoring innerendf
occurence:Thank you for a great plugin.
The text was updated successfully, but these errors were encountered: