Vim uitbreiden met full opties
$ sudo apt-get install vim-full
dan moet een configuratie bestand bijgewerkt worden
$ vim ~/.vimrc
voeg in geopende bestand
syntax on
set smartindent
set tabstop=4
set shiftwidth=4
set sw=4
set nowrap
Add A Comment
You must be logged in to post a comment.
