| |||||||||
| ||||||||||||||
Author: Engys | Topic: Simple vi setup | Last 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 " | ||||||||||||||
![]() | ![]() |
|