Browse Source

Update Vim state more often

Default is 4000, ie. 4 seconds, which is a bit too much for my
environment where all my boxes already use SSD's, etc.
Alois Mahdal 5 years ago
parent
commit
656e3b0783
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc View File

@@ -58,6 +58,7 @@ set directory+=.
58 58
 " UI - GENERAL "
59 59
 " '''''''''''' "
60 60
 
61
+set updatetime=100
61 62
 set t_vb=
62 63
 noremap <F2> :set list!<CR>
63 64
 set pastetoggle=<F4>