sponsor Vim development Vim logo Vim Book Ad

EasyAccents : Easy accents while you type: a' a` c, etc.

 script karma  Rating 91/35, Downloaded by 4561  Comments, bugs, improvements  Vim wiki

created by
Charles Campbell
 
script type
utility
 
description
EasyAccents makes entering accented characters easy in insert mode.  Of course there are many European keyboards that have accented characters on keys, but US-style keyboards don't.  During insert mode,  a' becomes an accented a, etc.  It works with utf8 encoding.

EasyAccents may be toggled on and off with:
  :EZA

You can get just the two characters o', for example, by simply escaping the ':  o' -> o'

History/Features:

v5: included g:EasyAccents_VowelFirst option
    fixed insert vs append bug

v4: EasyAccents handles a' a` A' o: etc : during insert mode, these pairs of
characters become the associated accented characters.  Use <Leader>ea (\ea) to
toggle EasyAccents on and off.  Especially helpful for US style keyboards.

(alpha/beta version available at http://www.drchip.org/astronaut/vim/index.html#EASYACCENTS)
 
install details
1. vim EasyAccents.vba.gz
2. :so %

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
EasyAccents.vba.gz 9 2008-09-08 7.0 Charles Campbell Improved help and more easy-accents!  o' o` o~ etc.  Start it with :EZA, stop it with :EZA .
EasyAccents.vim.gz 6 2004-04-02 6.0 Charles Campbell Normally EasyAccents supports 'a `a ~a :a etc to produce accented characters.
Now, putting g:EasyAccents_VowelFirst=0 makes EasyAccents handle a' a` a~ a: .
V6 supports even more accents: a@ A@ D@ e@ E@ N~ p@ u@ x@
ip used for rating: 3.139.72.78

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github