X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Fftplugin%2Fmail.vim;h=89effd96a1f1d1f8dd8533f34e3dd6efae731cbb;hb=HEAD;hp=79ceb6d498ded2d21f6a7c0a8b56af926b5dea99;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim index 79ceb6d..89effd9 100644 --- a/.vim/ftplugin/mail.vim +++ b/.vim/ftplugin/mail.vim @@ -12,12 +12,3 @@ if has("iconv") && !exists('b:encoding_set') endif setlocal textwidth=72 - -" SpamCop reports - goto the 9th line and start a browser -nmap z 9G3,b - -" Remove my signature from a forwarded message -nmap \f 2GddG4k5ddkdd - -" Remove boilerplate from a forwarded message from Trac -nmap \t 1G21ddG15k11dd:%s/^+//:%s/^ \*/--/1G