Also, maybe up-arrow should also match directory history?
On Sun, Apr 20, 2014 at 4:14 AM, Philip Ganchev wrote:
> So if the user enters text and presses up-arrow, Fish should match
> input words as substrings of commands in history. If it finds a
> matching command, Fish will suggest the command
So if the user enters text and presses up-arrow, Fish should match
input words as substrings of commands in history. If it finds a
matching command, Fish will suggest the command and the directory
where it was executed. The user can:
1. Press Enter to execute the command in the search directory, o
hi,
quite often i want to search for multiple terms in the history when those terms
are not in a sequence.
currently typing
foo bar
will search for exactly "foo bar",
but i'd also like to see any results that contain "foo" and "bar" with other
stuff in between.
maybe exact matches first, then m