Closed kaiwk closed 3 years ago
For those who use Citre with other tools (imenu, grep...):
Citre
;;; jump back enhancement (defun my--add-point-to-find-tag-marker-ring (&rest r) (xref-push-marker-stack (point-marker))) (dolist (func '(find-function counsel-imenu helm-imenu projectile-grep helm-grep-ag counsel-rg lsp-ivy-workspace-symbol citre-jump)) (advice-add func :before 'my--add-point-to-find-tag-marker-ring))
You can jump back with any of them using M-,.
M-,
Great! Could you write this in the wiki?
Done
For those who use
Citre
with other tools (imenu, grep...):You can jump back with any of them using
M-,
.