View Single Post
  #6   (View Single Post)  
Old 7th May 2011
backrow backrow is offline
Real Name: Anthony J. Bentley
Shell Scout
 
Join Date: Jul 2009
Location: Albuquerque, NM
Posts: 136
Default

Quote:
Originally Posted by killasmurf86 View Post
I think you need to map your Greek bindings to vim functions.

If you don't want that, in insert mode you could use this:
http://www.vim.org/scripts/script.php?script_id=2469

also check this out
http://vimdoc.sourceforge.net/htmldo...n.html#Russian
The problem with these methods is they only work within Vim, and not when you need to use foreign characters in other terminal applications.

The method I posted above works for me, and I don’t know why it wouldn’t work for you. Maybe you have LC_CTYPE set incorrectly—should be “en_US.UTF-8”.

Of course, you should be using “set encoding=utf-8” inside Vim. That is right.
__________________
Many thanks to the forum regulars who put time and effort into helping others solve their problems.
Reply With Quote