Skip to content

Instantly share code, notes, and snippets.

@andiogenes
Last active November 1, 2022 04:53
Show Gist options
  • Save andiogenes/aabb40fb50e8ebdbd03cbd294eef58ab to your computer and use it in GitHub Desktop.
Save andiogenes/aabb40fb50e8ebdbd03cbd294eef58ab to your computer and use it in GitHub Desktop.
;;; Display a list of existing buffers in current window
(global-set-key (kbd "C-x C-b") 'buffer-menu)
;; List buffers in other window using "C-x 4-" prefix
(global-set-key (kbd "C-x 4 C-x C-b") 'list-buffers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment