Why vim is changing first letter to g after opening a file

前端 未结 8 1859
野趣味
野趣味 2021-02-12 10:04

When I open a file, eg vim .bashrc, vim opens the file and change the first letter to g. What I see is the following:

g To the extent p         


        
8条回答
  •  说谎
    说谎 (楼主)
    2021-02-12 10:49

    make sure you dont set the visual bell in your .vimrc

    set visualbell
    

    in case you have it then just delete it :)

提交回复
热议问题