Skip to content

Instantly share code, notes, and snippets.

@ksexton
Created November 20, 2012 21:13
Show Gist options
  • Save ksexton/4121179 to your computer and use it in GitHub Desktop.
Save ksexton/4121179 to your computer and use it in GitHub Desktop.
vim key map
n \q @<Plug>MailQuote
v \q @<Plug>MailQuote
n <Plug>MailQuote *@:.,$s/^/> /<CR>:noh<CR>``
v <Plug>MailQuote *@:s/^/> /<CR>:noh<CR>``
@ksexton
Copy link
Author

ksexton commented Nov 20, 2012

n \q @MailQuote
Last set from /Applications/MacVim.app/Contents/Resources/vim/runtime/ftplugin/mail.vim
v \q @MailQuote
Last set from /Applications/MacVim.app/Contents/Resources/vim/runtime/ftplugin/mail.vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment