/replace-sel incorrect

Discussion related to "Everything" 1.5 Alpha.
Post Reply
froggie
Posts: 300
Joined: Wed Jun 12, 2013 10:43 pm

/replace-sel incorrect

Post by froggie »

Code: Select all

/expand <text>
/replace-sel <text>

are documented as being the same

/expand green yields green in the search bar, as expected but
/replace-sel green yields /replace-sel greengreen in the search bar, which has to be wrong.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: /replace-sel incorrect

Post by void »

This is expected.

/replace-sel <text> will expand <text> and paste the result into the search box.

It works best from a bookmark keyboard shortcut.

For example:
You might setup Ctrl + F5 to paste the current date with /replace-sel #today:



I have updated the /replace-sel documentation.

/expand
/replace-sel
Post Reply