An open API service indexing awesome lists of open source software.

https://github.com/lingceng/bing_dictionary.vim

Find translation in vim with https://github.com/lingceng/bing_dictionary
https://github.com/lingceng/bing_dictionary.vim

vim vim-plugin

Last synced: 11 months ago
JSON representation

Find translation in vim with https://github.com/lingceng/bing_dictionary

Awesome Lists containing this project

README

          

# bing_dictionary.vim
Find translation in vim with [bing_dictionary](https://github.com/lingceng/bing_dictionary).

## Installation

If you don't have a preferred installation method, I recommend
installing [Vundle.vim](https://github.com/VundleVim/Vundle.vim), and
add following to your ~/.vimrc:

Plugin 'lingceng/bing_dictionary.vim'

## Usage

:Dict hello

You can add maps like following:

nmap dd viwdd
vnoremap dd y:Dict "

## License

Copyright (c) Lingceng. Distributed under the same terms as Vim itself.
See `:help license`.