vim詞典支援

來源:互聯網
上載者:User

 

我用的Ubuntu版本為Ubuntu 10.10,

  1.首先安裝sdcv:

  root@linuxidc.com:~# apt-get install sdcv

       2.安裝詞典資料

            我下載的字典為:langdao-ec-gb dictionary(en - zh_CN) 朗道英漢字典,下載下來的壓縮包名為:stardict-langdao-ec-gb-                  2.4.2.tar.bz2(網上搜此包,很多的csdn也有的)

       3.將壓縮包解壓到/usr/share/stardict/dic這個目錄下(如果沒有此目錄則手工建立)。

       4.

                      現在,你在終端敲sdcv就可查詢單詞了。 
    

                 root@linuxidc.com:/# sdcv star

                 Found 1 items, similar to star.

                 -->朗道英漢字典5.0

                 -->star

                   *[stɑ:]

                 n. 星, 恒星, 星形物, 運氣, 明星

                 vt. 以星狀物裝飾, 用星號標, 使成為明星

                 vi. 變成明星

               【醫】 星, 星體

         

     5、但是我們還要在vim下使用查單詞功能,在vim的設定檔添加如下語句:

                root@linuxidc.com:/# vim /etc/vim/vimrc

               在末尾添加:

                function! Mydict()

               let expl=system('sdcv -n ' .

               \ expand(""))

              windo if

              \ expand("%")=="diCt-tmp" |

              \ q!|endif

             25vsp diCt-tmp

             setlocal buftype=nofile bufhidden=hide noswapfile

             1s/^/\=expl/

             1

             endfunction

             nmap F :call Mydict()

  此時在用vim開啟的檔案中,在游標單詞處,按shift+f,然後斷行符號就可以查看單詞了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.