Skip to content

Package for navigation between visited buffers with respect to their order of visitation.

Notifications You must be signed in to change notification settings

Artawower/buffer-hop.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

buffer-hop.el

Buy Me A Coffee donate button Patreon donate button wakatime ci

Package for quick navigation between visited buffers.

IMPORTANT it’s a prototype, it could be buggy a bit.

⚙️ Install

Straight

(use-package buffer-hop
  :straight (:host github :repo "artawower/buffer-hop.el")
  :bind (:map evil-normal-state-map
              ("SPC ]" . buffer-hop-next)
              ("SPC [" . buffer-hop-prev)
              ("SPC br" . buffer-hop-jump-to-recently-buffer))
  :config
  (setq buffer-hop-ignored-buffers-patterns '("^\\*" "^magit" "^COMMIT_EDITMSG"))
  (setq buffer-hop-disabled-modes '(minibuffer-mode dired-mode))
  (setq buffer-hop-always-allowed-buffers-patterns)
  (global-buffer-hop-mode))

About

Package for navigation between visited buffers with respect to their order of visitation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published