Skip to content

brett-lempereur/consult-xref-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consult Xref Stack

Navigate the Xref stack with Consult.

Example recording showing backward stack navigation

Commands

  • consult-xref-stack-backward -- Navigate backwards through history.
  • consult-xref-stack-forward -- Navigate forwards through history.

Installation

Since the forward navigation commands have limited uses, you can get most of the functionality that you probably need by just finding the backward navigation command:

(use-package consult-xref-stack
  :vc
  (:url "https://github.com/brett-lempereur/consult-xref-stack" :branch "main")
  :bind
  (("C-," . consult-xref-stack-backward)))

Dependencies

About

Navigate the Xref stack with Consult

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published