Skip to content

Instantly share code, notes, and snippets.

@kapb14
Created October 21, 2015 09:06
Show Gist options
  • Save kapb14/b673316983c3de35677c to your computer and use it in GitHub Desktop.
Save kapb14/b673316983c3de35677c to your computer and use it in GitHub Desktop.
easy search in bash history
cat <<EOF > ~/.inputrc
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[1~": beginning-of-line
"\e[4~": end-of-line
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment