vifm: Change delay until map suggestions are shown
This commit is contained in:
parent
6a4f2e6ecc
commit
98892fbc89
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ set wildstyle=popup
|
||||||
|
|
||||||
" Display suggestions in normal, visual and view modes for keys, marks and
|
" Display suggestions in normal, visual and view modes for keys, marks and
|
||||||
" registers (at most 5 files). In other view, when available.
|
" registers (at most 5 files). In other view, when available.
|
||||||
set suggestoptions=normal,visual,view,otherpane,keys,marks,registers
|
set suggestoptions=normal,visual,view,otherpane,delay:1000,keys,marks,registers
|
||||||
|
|
||||||
" Ignore case in search patterns unless it contains at least one uppercase
|
" Ignore case in search patterns unless it contains at least one uppercase
|
||||||
" letter
|
" letter
|
||||||
|
|
Loading…
Reference in a new issue