Bind SPC s {t,T} for dictionary/thesaurus lookups

This commit is contained in:
Henrik Lissner 2020-01-02 21:09:37 -05:00
parent 8f6161f480
commit 7f654f1566
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -598,7 +598,9 @@
:desc "Search other project" "P" #'+default/search-other-project
:desc "Jump to mark" "r" #'evil-show-marks
: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
(:prefix-map ("t" . "toggle")