Created
September 26, 2015 15:36
-
-
Save kjw0612/0ebcb46b35e98716a5e5 to your computer and use it in GitHub Desktop.
An extremely handy tool :: Incremental history searching
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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