diff --git a/README.org b/README.org index 16f723e..d414d4c 100644 --- a/README.org +++ b/README.org @@ -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 "" #'previous-buffer) (keymap-global-set "" #'next-buffer)