Lumalab

Search entriesDeutsch English
  
User:   Password:    
Forum > Linux > Simple vi setup
StartStopPage 1 of 1StopEnde
Author: EngysTopic: Simple vi setupLast change: 2014-06-06 15:42:29 

For easier vi editing it is a good idea to install vim and setup .vimrc in your home directory:

apt-get install vim

cd ~
vi .vimrc

Put the following in your .vimrc:

"
set nocp
syntax on
set ruler
set tabstop=4
set showmode
"

UpReply 
StartStopPage 1 of 1StopEnde