view vim @ 111:fd8dbd4bb758

ls color for freebsd, history control.
author Edho Prima Arief <edho@myconan.net>
date Tue, 11 Oct 2011 11:42:16 +0000
parents a8dc309a1b8a
children
line wrap: on
line source

set showmode
set showcmd
set nomodeline
set autoindent
set lazyredraw
set vb t_vb=
set ruler
set nohls
set nocompatible
set backspace=2
set esckeys
set noerrorbells
syntax on
set ts=2
set expandtab
set title

map <C-t><up> :tabr<cr>
map <C-t><down> :tabl<cr>
map <C-t><left> :tabp<cr>
map <C-t><right> :tabn<cr>
map <C-t>p :tabp<cr>
map <C-t>n :tabn<cr>
map <C-t><C-t> :NERDTreeToggle<cr>
map <C-t><C-m> :NERDTreeMirror<cr>

"autocmd VimEnter * NERDTree
"autocmd BufEnter * NERDTreeMirror