Reset Vim back to square one
Remove everything from your vim configuration remove the entire .vim folder as well as everything from your .vimrc file.
Keep the empty file in place though because without it vim will start in compatible mode by default.
(base) [ec2-user@dockers ~]$ rm .vim -rf
(base) [ec2-user@dockers ~]$ rm .vimrc
(base) [ec2-user@dockers ~]$ touch .vimrc; mkdir .vim
Comments
Post a Comment