inputrc: Enable skip-completed-text

This commit is contained in:
Lexi / Zoe 2025-12-17 16:35:34 +01:00
parent b3170e9d0a
commit 0318d84a6e
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,11 @@ set show-all-if-ambiguous on
# Don't keep changes to history lines # Don't keep changes to history lines
set revert-all-at-newline on set revert-all-at-newline on
# Keybinding Alt-W: Like Ctrl-w but allowing slashes as word boundaries # When completing in the middle of a word, don't duplicate the rest of the word
# (Example: "Make[Tab]file" -> "Makefile" rather than "Makefilefile").
set skip-completed-text on
# Keybinding Alt-w: Like Ctrl-w but allowing slashes as word boundaries
"\ew": unix-filename-rubout "\ew": unix-filename-rubout
# Keybinding Alt-Tab: Cycle through completions # Keybinding Alt-Tab: Cycle through completions