Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created January 3, 2012 04:58
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 bcardarella/1553556 to your computer and use it in GitHub Desktop.
Save bcardarella/1553556 to your computer and use it in GitHub Desktop.
MacVim Customizations
autocmd BufLeave,FocusLost * silent! wall
set vb
set guioptions=egmrt
set guifont=Monaco:h12
color ir_black
macmenu &File.New\ Tab key=<D-T>
" Command-Option ArrowKey to switch viewports
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment