terminal icon indicating copy to clipboard operation
terminal copied to clipboard

Searchable history window

Open codygarver opened this issue 6 years ago • 1 comments

Instead of press up arrow a million times it would be nice to see and search history


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

codygarver avatar Jun 28 '18 17:06 codygarver

You can use history | grep [search term] to show history that includes the term, or if you want to go through the matching history one at a time (skipping duplicates) you can use ctrl+r, enter the start of the command, and press ctrl+r repeatedly to go back though the results.

A built-in way to search history would be nice though!

GammaGames avatar Jan 21 '19 22:01 GammaGames