mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +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 |