Vim

Vim is the most popular clone of the vi text editor, and is my text editor of choice for programming.

.vimrc

set noautoindent
set tabstop=2
set shiftwidth=2
set backspace=2
map ;s :!php -l %<CR>
map ;w oprint STDERR "\n";<ESC>hhhi
map ;e :!php  %<CR>
 
vim.txt · Last modified: 2009/04/21 09:12 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki