Often, your Windows locale will reflect a foreign country (e.g. Japan) so you can write text in another character set, but you don't want Vim to do that by default. It is annoying to have to disable IME input every time you start up Vim. But it's much easier than that. Simply add this line to your vimrc:
Often, your Windows locale will reflect a foreign country (e.g. Japan) so you can write text in another character set, but you don't want Vim to do that by default. It is annoying to have to disable IME input every time you start up Vim. But it's much easier than that. Simply add this line to your vimrc:
Line 25:
Line 27:
----
----
−
[[Category:I18n]]
−
[[Category:Windows]]
Latest revision as of 04:01, April 25, 2008
Please review this tip:
This tip was imported from vim.org and needs general review.
created January 4, 2004 · complexity basic · author Avery M. · version 5.7
Often, your Windows locale will reflect a foreign country (e.g. Japan) so you can write text in another character set, but you don't want Vim to do that by default. It is annoying to have to disable IME input every time you start up Vim. But it's much easier than that. Simply add this line to your vimrc:
set iminsert=0
Now, you will start out in regular Roman input mode, without IME.