Skip to content

Instantly share code, notes, and snippets.

@DanKnox
Created October 8, 2012 05:51
Show Gist options
  • Save DanKnox/3850922 to your computer and use it in GitHub Desktop.
Save DanKnox/3850922 to your computer and use it in GitHub Desktop.
Vim customizations
""
"" Customisations
""
:set guifont=Consolas:h16
map <C-l> :tabn<CR>
map <C-h> :tabp<CR>
map <C-n> :tabnew<CR>
"" in .gvimrc.after
color github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment