Vim

From Defconx.wiki
Jump to: navigation, search
Vim logo

Contents

Vim

Resources and links about Vim.

Local Resources

External Resources

My Current .vimrc File

set expandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
 
set ruler
set smartindent
set backspace=2
set hlsearch
set cmdheight=1
set showmode
set showmatch
set nobackup
" Turn off the Toolbar.
set guioptions-=T
" Turn off visual bell and have screen flash once on bell.
set vb t_vb=
syntax on
 
set guifont=Lucida\ Sans\ Typewriter:h10
 
highlight Normal guibg=black
highlight Normal guifg=green
highlight Cursor guibg=Green
highlight NonText guibg=black
 
colorscheme evening


defconx 06:57, 16 April 2009 (UTC)

Personal tools