Skip to content

Instantly share code, notes, and snippets.

@blackneck
Created December 22, 2015 18:36
Show Gist options
  • Save blackneck/b500fd66d8125ddb8cc1 to your computer and use it in GitHub Desktop.
Save blackneck/b500fd66d8125ddb8cc1 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
filetype plugin indent on
set expandtab
set tabstop=2
set shiftwidth=2
set number
colo elflord
"colo seoul
"colo zenburn
"colo xoria256
"colo xterm16
"colo wombat256i
"colo tabula
set background=dark
nnoremap <silent> <C-B> :NERDTreeToggle<CR>
inoremap <silent> <C-B> <Esc>:NERDTreeToggle<CR>
nnoremap <C-t> :vsp<CR><C-W>
noremap <C-t> <Esc>:vsp<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment