Created
February 4, 2025 14:52
-
-
Save BobToninho/be02919d070250ae42edb20294a42ab4 to your computer and use it in GitHub Desktop.
Tab completion that immediately fills the first result, to then cycle through all the results
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
# For some reason the correspondant .inputrc code does not work | |
bind TAB:menu-complete | |
bind '"\e[Z":menu-complete-backward' # Shift-TAB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment