mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Bind SPC s {t,T} for dictionary/thesaurus lookups
This commit is contained in:
@ -598,7 +598,9 @@
|
|||||||
:desc "Search other project" "P" #'+default/search-other-project
|
:desc "Search other project" "P" #'+default/search-other-project
|
||||||
:desc "Jump to mark" "r" #'evil-show-marks
|
:desc "Jump to mark" "r" #'evil-show-marks
|
||||||
:desc "Search buffer" "s" #'swiper-isearch
|
:desc "Search buffer" "s" #'swiper-isearch
|
||||||
:desc "Search buffer for thing at point" "S" #'swiper-isearch-thing-at-point)
|
:desc "Search buffer for thing at point" "S" #'swiper-isearch-thing-at-point
|
||||||
|
:desc "Dictionary" "t" #'+lookup/dictionary-definition
|
||||||
|
:desc "Thesaurus" "T" #'+lookup/synonyms)
|
||||||
|
|
||||||
;;; <leader> t --- toggle
|
;;; <leader> t --- toggle
|
||||||
(:prefix-map ("t" . "toggle")
|
(:prefix-map ("t" . "toggle")
|
||||||
|
Reference in New Issue
Block a user