Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save wildzyzop/d6e26b4e41806f1c8ae3d8dfaebd25e3 to your computer and use it in GitHub Desktop.

Select an option

Save wildzyzop/d6e26b4e41806f1c8ae3d8dfaebd25e3 to your computer and use it in GitHub Desktop.
Bash search in history with arrows
# search in history with arrows
bind '"\e[A": history-search-backward' 2>/dev/null
bind '"\e[B": history-search-forward' 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment