sponsor Vim development Vim logo Vim Book Ad

Vedict : Fast Japanese / English Dictionary Lookup

 script karma  Rating 0/0, Downloaded by 522  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.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vedict.zip 0.1 2016-03-23 7.0 Glynne Evans Initial upload
ip used for rating: 3.129.39.55

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github