Changes between Version 3 and Version 4 of ConfigTricks


Ignore:
Timestamp:
2012-02-05 06:33:18 (17 months ago)
Author:
rado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigTricks

    v3 v4  
    7474== Spell Checking with VIm == 
    7575'''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'" ` 
    7777in your .muttrc-file. You can use more than one language, e.g. de,en. 
    7878To get new language files, please read the vim-help "`:help spelllang`" and "`:help spell-load`". 
     
    8282Download the engspchk.tar.bz2 script from http://www.vim.org/scripts/script.php?script_id=195 and uncompress 
    8383it 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" +/^$/'` 
    8585[[BR]] This will start up the e-mail editing session in Spell checking mode, auto-highlighting spelling mistakes for you. 
    8686 
    8787== 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. 
     88Have a look at the [ConfigTricks/CheckAttach] script to be used as "`$sendmail`" replacement to remind you of missing attachments. 
    8989Can be adapted to make any test you need, if you don't trust yourself. Take care, advanced shell-knowledge recommended. 
    9090