Skip to content

Instantly share code, notes, and snippets.

@SethMilliken
Created September 27, 2011 18:02
Show Gist options
  • Save SethMilliken/1245770 to your computer and use it in GitHub Desktop.
Save SethMilliken/1245770 to your computer and use it in GitHub Desktop.
" Tab-page newly created with <D-t> shouldn't be in insert mode
" just because we happen to be in it on invocation.
if has("gui_macvim")
inoreme 10.295 &File.New\ Tab <Esc>:tabnew<CR>
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment