Pages

Tuesday, March 10, 2015

Issues with Vi editor

  1. Create .vimrc in your home directory
  2. Insert the following content and save:
set nocompatible
set backspace=2

If you use,
sudo vi filename,  above option won't work.

Then you should use,
sudoedit filename

No comments:

Post a Comment