Changes between Version 3 and Version 4 of ConfigTricks
- Timestamp:
- 2012-02-05 06:33:18 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigTricks
v3 v4 74 74 == Spell Checking with VIm == 75 75 '''NOTE:''' Vim 7 has spell-checking built-in, use "`:set spell`" to enable. 76 [[BR]] To enable it "automatically" when you're using vim within mutt, put ` set editor="vim -c \"set spell spelllang=de,en\"" `76 [[BR]] To enable it "automatically" when you're using vim within mutt, put ` set editor="vim -c 'set spell spelllang=de,en'" ` 77 77 in your .muttrc-file. You can use more than one language, e.g. de,en. 78 78 To get new language files, please read the vim-help "`:help spelllang`" and "`:help spell-load`". … … 82 82 Download the engspchk.tar.bz2 script from http://www.vim.org/scripts/script.php?script_id=195 and uncompress 83 83 it in your $HOME/.vim dir. Then change your .muttrc file to include the following: 84 ` set editor="vim \"+normal \\\\ec\" +/^$/"`84 `set editor='vim "+normal \\ec" +/^$/'` 85 85 [[BR]] This will start up the e-mail editing session in Spell checking mode, auto-highlighting spelling mistakes for you. 86 86 87 87 == Sanity check for missing parts/attachments before sending. == 88 Have a look at the [ /CheckAttach] script to be used as "`$sendmail`" replacement to remind you of missing attachments.88 Have a look at the [ConfigTricks/CheckAttach] script to be used as "`$sendmail`" replacement to remind you of missing attachments. 89 89 Can be adapted to make any test you need, if you don't trust yourself. Take care, advanced shell-knowledge recommended. 90 90