TranslateEnToCn : translate english to chinese in vim
| script karma |
Rating 20/9,
Downloaded by 1669 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| sowill cinderella |
| |
| script type |
| utility |
| |
| description |
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 <Space>,just like
nnoremap <Space> :Trans<CR>
vnoremap <Space> <ESC>:TransV<CR>
in .vimrc files.
Now,Visual-mode only support 'v' and 'V','<C-V>' will be
treated same as 'v' mode
Tested in Gvim72 on WindowsXP
|
| |
| install details |
drop it to plugin
require python2.5+ |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.44
|