Skip to content

qdzhang/inf-sdcv-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

inf-sdcv-mode

Inferior sdcv mode to search words.

There is already a sdcv-mode written by the original author: https://github.com/pluskid/sdcv-mode But I only need a few functions, so I write this simpler version.

Installation

Download the repository, then

(load "/path/to/inf-sdcv-mode.el")
(require 'inf-sdcv-mode)

Usage

Bind the main function inf-sdcv-search to your favorite key. For example, I use C-c d (this keybindings is not default).

Keybindings

The keybings of inf-sdcv-mode-map is:

keybindingsdescription
jjump to the specific dictionary
rsearch history backward
lsearch history forward
hhide all dicts contents, only show the name of dictionary
ashow all contents
eshow current dictionary contents
chide current dictionary contents
Nnext dictionary
Pprevious dictionary

Credit

Original author: pluskid Ref: https://lifegoo.pluskid.org/wiki/EmacsStardict.html

Similar projects