1
0
mirror of https://github.com/amix/vimrc synced 2025-07-08 09:35:00 +08:00

No wait for ESC key; remove some unused configs

This commit is contained in:
plrectco
2019-10-22 09:33:42 -07:00
parent 43044da05f
commit 6b01a301dd
2 changed files with 13 additions and 2 deletions

View File

@ -119,7 +119,9 @@ set mat=2
set noerrorbells
set novisualbell
set t_vb=
set tm=500
" Unset this timeout
set tm=200
set ttimeoutlen=0
" Properly disable sound on errors on MacVim
if has("gui_macvim")