heavim/cfg/01-timeouts.vim
Emmanuel BENOîT b0647949f8 Style and shortcut tweaks. Added vim-which-key.
* Shortcut changes to make the Leader-based shortcuts easier to use
 * Install vim-which-key
 * Style fixes and changes
 * Reorganised some of the settings
2020-12-07 16:36:17 +01:00

7 lines
140 B
VimL

" Timeout settings for key sequences
set timeout
set timeoutlen=0
set ttimeout
set ttimeoutlen=-1
" Time between updates
set updatetime=100