Skip to content

Instantly share code, notes, and snippets.

@kjw0612
Created September 26, 2015 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjw0612/0ebcb46b35e98716a5e5 to your computer and use it in GitHub Desktop.
Save kjw0612/0ebcb46b35e98716a5e5 to your computer and use it in GitHub Desktop.
An extremely handy tool :: Incremental history searching
An extremely handy tool :: Incremental history searching
In terminal enter:
gedit ~/.inputrc
Then copy paste and save:
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[C": forward-char
"\e[D": backward-char
From now on, and many agree this is the most useful terminal tool, it saves you a lot of writing/memorizing...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment