mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: lower timeout for combined keymaps
This commit is contained in:
parent
58201b2ab7
commit
f4e960be35
|
@ -66,6 +66,9 @@ set cursorline
|
||||||
" Minimum fold size
|
" Minimum fold size
|
||||||
set foldminlines=3
|
set foldminlines=3
|
||||||
|
|
||||||
|
" Timeout for combined keymaps (half a sec)
|
||||||
|
set timeoutlen=500
|
||||||
|
|
||||||
autocmd FileType qf,ll setlocal wrap "quickfix,loclist
|
autocmd FileType qf,ll setlocal wrap "quickfix,loclist
|
||||||
autocmd FileType markdown setlocal wrap spell spelllang=it,en
|
autocmd FileType markdown setlocal wrap spell spelllang=it,en
|
||||||
autocmd FileType yaml,yml setlocal shiftwidth=2 softtabstop=2 expandtab
|
autocmd FileType yaml,yml setlocal shiftwidth=2 softtabstop=2 expandtab
|
||||||
|
|
Loading…
Reference in New Issue
Block a user