Add bind to go to scratch buffer

This commit is contained in:
Evie Litherland-Smith 2024-01-29 08:44:54 +00:00
parent 0b5c2fb6d5
commit 106eacafff

View file

@ -33,6 +33,9 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
scroll-margin 0
scroll-preserve-screen-position 1)
;; Scratch buffer shortcut
(keymap-global-set "C-c w x" #'scratch-buffer)
;; Bind normal forward/back buttons on mouse to next/previous buffer respectively
(keymap-global-set "<mouse-8>" #'previous-buffer)
(keymap-global-set "<mouse-9>" #'next-buffer)