From 04051e54448e733e0d2bcbb0c33628c40f2ae4e7 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sun, 4 Jun 2023 22:40:51 -0400 Subject: Fix window-management keybinds for EXWM --- init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index f661073..6ec24f6 100644 --- a/init.el +++ b/init.el @@ -1236,12 +1236,9 @@ ;; more efficient. ;; --------------------------------- -;; Switch buffers +;; Switch buffer (global-set-key (kbd "s-b") 'switch-to-buffer) -;; Switch windows -(global-set-key (kbd "s-w") 'other-window) - ;; --------------------------------- ;; Insert date/time at POINT -- cgit v1.2.3