Skip to content

Instantly share code, notes, and snippets.

@Heavyblade
Created September 9, 2013 15:16
Show Gist options
  • Select an option

  • Save Heavyblade/6497038 to your computer and use it in GitHub Desktop.

Select an option

Save Heavyblade/6497038 to your computer and use it in GitHub Desktop.
set guifont=Monaco:h12
map <F2> :NERDTreeToggle<cr>
map <F3> :TlistToggle<cr>
map <F4> :tabnew<cr>
map <G> :Gstatus<cr>
map <F5> :ZoomWin<cr>
highlight LineNr guifg=gray
highlight LineNr guibg=#2D2D2D
colorscheme molokai
if has("gui_running")
set guioptions=egmrt
endif
set transparency=7
set listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<
set nolist
map <D-M-Up> <C-w>k
imap <D-M-Up> <Esc> <C-w>k
map <D-M-Down> <C-w>j
imap <D-M-Down> <Esc> <C-w>j
map <D-M-Right> <C-w>l
imap <D-M-Right> <Esc> <C-w>l
map <D-M-Left> <C-w>h
imap <D-M-Left> <C-w>h
inoremap { {}<Left>
inoremap {<CR> {<CR>}<Esc>O
inoremap {{ {
inoremap {} {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment