Created
October 22, 2016 17:08
-
-
Save kleo/864bc7a7fd0f8e08db6e87985814981a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Copy and paste this into | |
| nano ~/.inputrc | |
| # Completion case-insensitive | |
| set completion-ignore-case On | |
| # Tab to cycle through all possible completions | |
| TAB: menu-complete | |
| # Shift + tab to cycle backwards | |
| # (Requires bash >= 4.0) | |
| "\e[Z": menu-complete-backward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment