Home > TranslateEnToCn

TranslateEnToCn

TranslateEnToCn is a project mainly written in Vim Script, it's free.

translate english to chinese in vim

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2996

put cursor on the english word in normal mode , then type :Trans , or in Visual-mode type :TransV , I map the :Trans and :TransV to ,just like nnoremap :Trans vnoremap :TransV in .vimrc files. Now,Visual-mode only support 'v' and 'V','' will be treated same as 'v' mode

Tested in Gvim72 on WindowsXP