Pārlūkot izejas kodu

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 9 gadus atpakaļ
vecāks
revīzija
57c462003d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc Parādīt failu

48
 " UI - GENERAL "
48
 " UI - GENERAL "
49
 " '''''''''''' "
49
 " '''''''''''' "
50
 
50
 
51
+set t_vb=
51
 noremap <F2> :set list!<CR>
52
 noremap <F2> :set list!<CR>
52
 set pastetoggle=<F4>
53
 set pastetoggle=<F4>
53
 nmap <F3> :set invnumber<CR>
54
 nmap <F3> :set invnumber<CR>