feat(undo): add vundo

Close: #6263
This commit is contained in:
Daniel Levy Moreno 2023-03-21 22:30:54 -04:00 committed by Henrik Lissner
parent 18da873a8c
commit 9350b44dc0
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 15 additions and 2 deletions

View file

@ -739,7 +739,9 @@
((modulep! :completion ivy) #'swiper-isearch-thing-at-point)
((modulep! :completion helm) #'swiper-isearch-thing-at-point))
:desc "Dictionary" "t" #'+lookup/dictionary-definition
:desc "Thesaurus" "T" #'+lookup/synonyms)
:desc "Thesaurus" "T" #'+lookup/synonyms
(:when (fboundp 'vundo)
:desc "Undo history" "u" #'vundo))
;;; <leader> t --- toggle
(:prefix-map ("t" . "toggle")