Created
September 13, 2011 02:23
-
-
Save cherian/1213009 to your computer and use it in GitHub Desktop.
Inputrc
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
set completion-ignore-case on | |
set completion-prefix-display-length 2 | |
Control-j: menu-complete | |
Control-k: menu-complete-backward | |
set show-all-if-ambiguous on | |
set show-all-if-unmodified on | |
set completion-map-case on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment