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:
Fernando Schauenburg 2019-02-19 09:42:29 +01:00
parent 46efe2b268
commit b8ee44b888

View file

@ -1,5 +1,5 @@
set completion-ignore-case on
set completion-query-items 40
set completion-query-items 200
set convert-meta off
set editing-mode vi
set input-meta on