HOWTO - Mutt using VIM with accented characters
How to use Mutt as your mailer and VIM as your editor and have them
play nice with accented charcters.
- Mutt
- .muttrc:
# This next line for those people who send you high characters but
# claim that they're using ascii
charset-hook us-ascii iso-8859-1
set send_charset="us-ascii:iso-8859-1"
- .bashrc :
See Also this thing on locales.
export LANG= export LC_CTYPE=en_US
Note that setting LANG to en_US set the charset for VIM and for the
index view of mutt, but the pager still showed me \123 instead of the right character.
- VIM - Turn on Dead Keys
Thanks to Claudio Fliener for
the code that started this one.
Note:You should see accented characters below in the 2nd column, or you have a
problem with your browser. Save the source of this file and work from that,
don't just copy and paste from the browser.
|
|