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:
vim .bashrc
g
g To the extent p
For me, I traced the issue down to the following line:
set nocompatible
It is found in /usr/share/vim/vim74/debian.vim, which is included from /etc/vim/vimrc with the line runtime! debian.vim
/usr/share/vim/vim74/debian.vim
/etc/vim/vimrc
runtime! debian.vim