Adds completion cycle to inputrc (#4634)

This commit is contained in:
James Barson
2026-02-18 21:26:41 +01:00
committed by GitHub
parent 43ae186a80
commit 15a847474b
+8
View File
@@ -37,3 +37,11 @@ set skip-completed-text on
# Coloring for Bash 4 tab completions.
set colored-stats on
# Cycle forward and backward through completion candidates (tab/shift+tab)
# (completion listing and display behavior configured above)
TAB: menu-complete
"\e[Z": menu-complete-backward
# On first Tab, complete the common prefix before cycling candidates
set menu-complete-display-prefix on