From: Amin Bandali Date: Sat, 7 Sep 2019 05:06:35 +0000 (-0400) Subject: emacs: exwm: add convenient prev/next buffer switching bindings X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/b94c0e47e5acc038772272dc2a8d71fc230670f0?ds=sidebyside;pf=~bandali emacs: exwm: add convenient prev/next buffer switching bindings --- 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