view vim @ 62:996aa2f81721

[bash] various fixes: - export the path first thing - also add export on sunos case. - alias early - unused _has_bsd_ls - added openbsd, check for colorls which is an awesome command
author Edho Prima Arief <me@myconan.net>
date Fri, 06 May 2011 03:15:24 +0700
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