Skip to content

modsound/macdict-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

macdict-vim

You can consult MacOS X internal dictionaries from Vim by this plugin.

INSTALL

NeoBundle 'modsound/macdict-vim.git'

COMPILE (If you like)

$ cd ~/.vim/bundle/macdict.vim/autoload/
$ make

PROVIDED COMMAND

:MacDict
-> Search an argument word with Japanese-English dictionary.
:MacDictCWord
-> Search the word under the cursor with Japanese-English dictionary.
:MacDictEnglish
-> Search an argument word with American English Dictionary.
:MacDictThesaurus
-> Search an argument word with American English Thesaurus dictionary.
:MacDictFrench
-> Search an argument word with French Dictionary.
:MacDictGerman
-> Search an argument word with German Dictionary.
:MacDictClose
-> Close output buffer.

CONFIG

You can change layout and window size through global variable in your .vimrc.

let g:macdict_window_size = 'botright 8split'

About

use internal dictionaries of Mac by Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published