Skip to content

Instantly share code, notes, and snippets.

@Osse
Created August 2, 2012 11:59
Show Gist options
  • Save Osse/3236529 to your computer and use it in GitHub Desktop.
Save Osse/3236529 to your computer and use it in GitHub Desktop.
:help from the command line
function :he {
vim +":he $1" +'wincmd o' +'nnoremap q :q!<CR>'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment