Increase number of possible completions without asking
The previous limit of 40 proved to be quite annoying, so I'm going back to 200 for now.
This commit is contained in:
parent
46efe2b268
commit
b8ee44b888
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
set completion-ignore-case on
|
set completion-ignore-case on
|
||||||
set completion-query-items 40
|
set completion-query-items 200
|
||||||
set convert-meta off
|
set convert-meta off
|
||||||
set editing-mode vi
|
set editing-mode vi
|
||||||
set input-meta on
|
set input-meta on
|
||||||
|
|
Loading…
Add table
Reference in a new issue