소스 검색

Disable whistles from vim

Seems to whistle each time we save file, which is annoying if save takes
longer than moving to other focus (which may be very often).
Alois Mahdal 8 년 전
부모
커밋
57c462003d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc 파일 보기

@@ -48,6 +48,7 @@ if isdirectory($HOME . '/.local/share/vim') == 0
48 48
 " UI - GENERAL "
49 49
 " '''''''''''' "
50 50
 
51
+set t_vb=
51 52
 noremap <F2> :set list!<CR>
52 53
 set pastetoggle=<F4>
53 54
 nmap <F3> :set invnumber<CR>