Skip to content

Instantly share code, notes, and snippets.

@nietaki
Created December 20, 2010 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nietaki/748407 to your computer and use it in GitHub Desktop.
Save nietaki/748407 to your computer and use it in GitHub Desktop.
set nocompatible
set showmatch
set autoindent
set smartindent
:set ts=3
:set langmenu=en_US.UTF-8
:command Tree NERDTree
:map <C-l> mkI//<Esc>`kll
:imap <C-l> <Esc><C-l>a
:imap }} }<Esc>i<Return><Esc>ki<Tab>
:map <S-tab> :bn<CR>
:imap <S-tab> <Esc>:bn<CR>
:map <S-w> :bdelete<CR>
map <Down> g<Down>
map <Up> g<Up>
nmap j gj
nmap k gk
vmap j gj
vmap k gk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment