From b94c0e47e5acc038772272dc2a8d71fc230670f0 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 7 Sep 2019 01:06:35 -0400 Subject: [PATCH] emacs: exwm: add convenient prev/next buffer switching bindings --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 93dd563..7805b28 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -693,7 +693,9 @@ around if needed." ([XF86ScreenSaver] . (lambda () (interactive) - (start-process "" nil "dm-tool" "lock"))))) + (start-process "" nil "dm-tool" "lock"))) + ([\s-XF86Back] . previous-buffer) + ([\s-XF86Forward] . next-buffer))) ;; Line-editing shortcuts (setq exwm-input-simulation-keys -- 2.20.1