From 704efa8055def4c9101f79bc71e7919c362d633b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 14 Jan 2024 06:49:58 +0000 Subject: [PATCH] Bind mouse forward/back buttons to change buffer --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index a869064..c825319 100644 --- a/README.org +++ b/README.org @@ -33,6 +33,10 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia scroll-margin 0 scroll-preserve-screen-position 1) + ; Bind normal forward/back buttons on mouse to next/previous buffer respectively + (keymap-global-set "" #'previous-buffer) + (keymap-global-set "" #'next-buffer) + (set-default-coding-systems 'utf-8) (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8)