Friday, April 23, 2010

lookup words in vim

For those using more than two language in work may lookup word in dict
frequently, how to easy this process? I found two way to accomplish it:

1) Using "<Leader>f" to lookup this word in web with
TxtBrowser(http://www.vim.org/scripts/script.php?script_id=2899).

2) Using "Sdcv word"(could map to your favorate hotkey) to echo the sdcv
result
in vim with cmd.vim(http://www.vim.org/scripts/script.php?script_id=3040).
It
is appealling that You don't need to leave vim.

I had thought used stardict, but it seems difficult to accomplish, Everytime
I
call stardict, it will folk a new process and it's insupportable. Do someone
have any hint?
--
View this message in context: http://old.nabble.com/lookup-words-in-vim-tp28347492p28347492.html
Sent from the Vim - General mailing list archive at Nabble.com.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Subscription settings: http://groups.google.com/group/vim_use/subscribe?hl=en

No comments:

Post a Comment