Skip to content

Instantly share code, notes, and snippets.

@erbmicha
Created May 27, 2012 01:57
Show Gist options
  • Save erbmicha/2795915 to your computer and use it in GitHub Desktop.
Save erbmicha/2795915 to your computer and use it in GitHub Desktop.
My .gvimrc.after file for Janus
" Remove the scrollbars on MacVim
set guioptions=aAce
" set the default font
set guifont=DejaVu_Sans_Mono:h12
" Turn off balloons. They drive me nuts on Ruby files
set noballooneval
" Command-T OS-X Menu mapping turned back on. I like it better this way.
if janus#is_plugin_enabled('commant-t') && has("gui_macvim")
macmenu &File.New\ Tab key=<D-T>
end
" Set swipe gestures
nmap <SwipeLeft> gT
nmap <SwipeRight> gt
" these will switch buffers!
"nmap <SwipeLeft> :bN-<CR>
"nmap <SwipeRight> :bn-<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment