inputrc: Enable skip-completed-text
This commit is contained in:
parent
b3170e9d0a
commit
0318d84a6e
6
.inputrc
6
.inputrc
|
|
@ -17,7 +17,11 @@ set show-all-if-ambiguous on
|
|||
# Don't keep changes to history lines
|
||||
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
|
||||
|
||||
# Keybinding Alt-Tab: Cycle through completions
|
||||
|
|
|
|||
Loading…
Reference in New Issue