2006/10/2, Alexis S. L. Carvalho <[EMAIL PROTECTED]>:
Thus spake Eddy Zhao:
> Hello all,
>
> I'm use setting below to disable input method when enter normal mode
>
> inoremap <ESC> <ESC>:set imd<CR>
>
> The setting works under window, but under linux the setting don't
> take effect.
>
> I'm using gvim 7.0, with xim support, under linux, desktop is ion3 .
> ":verbose map! <Esc>" show:
> <Esc> * <Esc>:set imd<CR>
>
> How could I fix that? (I've searched through the mailing list archive,
> found a thread report the same problem, but without final conclusion)
What input method (scim, uim, kinput2, ...) are you using? And what's
the value of the GTK_IM_MODULE environment variable?
Hi Alexis,
I'm using scim, GTK_IM_MODULE is set to "scim"
Thanks
Eddy