Add bind to go to scratch buffer
This commit is contained in:
parent
0b5c2fb6d5
commit
106eacafff
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue