feature/lookup: make lookup commands add to jump list
This commit is contained in:
parent
e5b50e4f43
commit
412bf56f45
1 changed files with 6 additions and 0 deletions
|
@ -236,3 +236,9 @@ for the provider."
|
|||
(let ((current-prefix-arg t))
|
||||
(call-interactively #'+lookup/online)))
|
||||
|
||||
|
||||
;;
|
||||
(after! evil
|
||||
(evil-set-command-property '+lookup/definition :jump t)
|
||||
(evil-set-command-property '+lookup/references :jump t)
|
||||
(evil-set-command-property '+lookup/documentation :jump t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue