Showing posts with label vim. Show all posts
Showing posts with label vim. Show all posts

Wednesday, August 15, 2012

vim settings / tricks i use


Here are some settings i personally use.
I will extend this post as soon as discover more.

/etc/vimrc
syntax on (syntax highlighting)
set number (line numbers)
set keywordprg=perldoc\ -f (shift-k opens perldoc for item under cursor )

to be continued