Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.05 KB

vim-open-googletranslate

vim-open-googletranslate provides utilities which helps you open Google Translate (https://translate.google.com/) from Vim.

See :h open-googletranslate.txt

vim-open-googletranslate demo

If you find yourself opening too many tabs using vim-open-googletranslate, you might want to use electron-open-url](https://github.com/rhysd/electron-open-url) to reuse the same opened window.

let g:opengoogletranslate#openbrowsercmd = 'electron-open --without-focus'

with electron-open-url

If you were looking for more streamlined Google Translation integration with Vim, see https://github.com/haya14busa/vim-gtrans which uses Google Translation API internally.