Hacker News new | ask | show | jobs
by hrjet 4649 days ago
I also use this binding:

bindkey "^B" history-beginning-search-backward

You can type the start of a command and then hit Ctrl-B to search for similar commands in your history that had the same prefix.

1 comments