Vim

vim is not installed by default, so: sudo apt-get install vim

Now this goes into .vimrc (.vimrc):

"50 commands in history
set history=50

"always have syntax highlighting:
syntax on

"Switch on search pattern highlighting:
set hlsearch

"Tabstops auf 2 chars:
set tabstop=2
set shiftwidth=2

"No beeps, Visual Bell:
set vb

"Matching pair characters:
set matchpairs=(:),{:},[:],<:>

"line,col number:
set ruler

"linenumbers
set nu
vim.txt · Last modified: 2010/07/01 16:38 (external edit)
CC Attribution-Noncommercial-Share Alike 3.0 Unported chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0