|
|
|
|
|
by mintplant
4048 days ago
|
|
> ^R is more powerful, though; it matches at any point in previous commands, not just at the beginning. That's how it works in Fish as well. user@system ~> echo wow
wow
user@system ~> echo something
something
user@system ~> wow█
...press the up arrow and the current line becomes... user@system ~> echo wow█
|
|