Created
December 25, 2016 03:28
-
-
Save shreve/ac78f0ff22c544a1b750e2b43e614fce to your computer and use it in GitHub Desktop.
OS X 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 show-all-if-ambiguous on | |
set bell-style none | |
set editing-mode vi | |
# Make TAB cycle through possible completions | |
#TAB: menu-complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment