mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-07 21:10:00 +00:00
14 lines
563 B
Plaintext
14 lines
563 B
Plaintext
# When this file is named "default_inputrc" and is in the binaries
|
|
# directory or profile directory, it provides enhanced default settings.
|
|
|
|
# Override the built-in Readline defaults with ones that provide a more
|
|
# enhanced Clink experience.
|
|
|
|
set colored-completion-prefix on
|
|
set colored-stats on
|
|
set mark-symlinked-directories on
|
|
set completion-auto-query-items on
|
|
set history-point-at-end-of-anchored-search on
|
|
set search-ignore-case on
|
|
|