mirror of
https://github.com/kremalicious/dotfiles.git
synced 2025-01-03 10:25:03 +01:00
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
# Use case-insensitive TAB autocompletion
|
|
set completion-ignore-case on
|
|
|
|
# Auto list tab completions (use instead of TAB-cycling)
|
|
set show-all-if-ambiguous on |