You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would be useful to be able to set the search register manually.
For example, let's say I have this text:
// special command to search hello
3j"/ywn
// prompt
hello
... // lots of code
function helloworld() {
// core of my function
}
If "/yw would work, executing @; on line with 3j"/ywn would automatically set the current search term to "hello" (or whatever is under my prompt line), and the n would jump to the actual search result.
It seems that the search register in only one-way for now. You can paste the last searched keyword, but not manually define the current keyword to search.
The text was updated successfully, but these errors were encountered:
That would be useful to be able to set the search register manually.
For example, let's say I have this text:
If
"/yw
would work, executing@;
on line with3j"/ywn
would automatically set the current search term to "hello" (or whatever is under my prompt line), and then
would jump to the actual search result.It seems that the search register in only one-way for now. You can paste the last searched keyword, but not manually define the current keyword to search.
The text was updated successfully, but these errors were encountered: