Vedict : Fast Japanese / English Dictionary Lookup
script karma |
Rating 0/0,
Downloaded by 565 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Glynne Evans |
|
script type |
utility |
|
description |
This vim plugin provides fast Japanese-to-English and English-to-Japanese
dictionary lookup using files available from the EDICT project.
Source:
https://github.com/gglynne/vedict
EDICT
http://www.edrdg.org/jmdict/edict.html
|
|
install details |
1. Unpack in your plugin directory
2. Get the dictionaries:
:Vedict getdics
3. Load the dictionaries and mappings e.g. add the following to your .vimrc:
Vedict load edict edict
Vedict load enamdict edict
nmap <c-l> :Vedict toggle<cr>
vmap <c-l> y:Vedict grep "<c-r>"" edict<cr>
vmap <c-s-l> y:Vedict grep ".*<c-r>"" edict<cr>
vmap <c-n> y:Vedict grep <c-r>" enamdict<cr>
vmap <c-s-n> y:Vedict grep ".*<c-r>"" enamdict<cr>
4. See https://github.com/gglynne/vedict for usage. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.236.112.101
|