Skip to content

Instantly share code, notes, and snippets.

@BobToninho
Created February 4, 2025 14:52
Show Gist options
  • Save BobToninho/be02919d070250ae42edb20294a42ab4 to your computer and use it in GitHub Desktop.
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
# 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