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
- Host: GitHub
- URL: https://github.com/lingceng/bing_dictionary.vim
- Owner: lingceng
- Created: 2017-01-18T11:44:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T11:48:01.000Z (over 6 years ago)
- Last Synced: 2025-03-30T06:41:19.502Z (about 1 year ago)
- Topics: vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.