Vim is your friend
2005/04/26 filed under /linuxI've switched from PINE to mutt a couple of months ago and got used to it well except for the strip-from-sigdashes-on-reply. I really miss that in mutt, so I went to search for some solution again, when I stumbled on "Using email efficiently". This website could (should?) have been written by me (except for the but HTML is fine part)
After applauding the author, I noted his strip signature solution in Vim:
map _qs G?^><CR>?^> -- $<CR>d}
Works like a charm. But there's more. The author also wrote a nice Vim plugin (mainly for MUAs), called uri-ref. This oh-so-handy plugin helps you manage your references in emails. Nice!
Posted by: B10m |
permanent link |
comments (2)



Comments
Brian wrote at 2005-04-28 18:17:
B10m wrote at 2005-04-28 19:59: