From 93b033a313c5a7ad56293c192ef69b567d344178 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 7 May 2026 19:25:22 -0500 Subject: refactor(ui-navigation): drop redundant M-S-s window-swap binding `window-swap-states` on M-S-s overlapped with `buffer-move` (C-M-arrows), which I actually use. I cleared the binding plus the M-S -> M-S-s translation in keyboard-compat.el so the keyboard table stays in sync. --- modules/ui-navigation.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/ui-navigation.el') diff --git a/modules/ui-navigation.el b/modules/ui-navigation.el index 8248bab6..b99a9cac 100644 --- a/modules/ui-navigation.el +++ b/modules/ui-navigation.el @@ -103,9 +103,6 @@ This function won't work with more than one split window." (if this-win-2nd (other-window 1)))))) (keymap-global-set "M-S-t" #'toggle-window-split) ;; was M-T, overrides transpose-words -;; SWAP WINDOW POSITIONS -(keymap-global-set "M-S-s" #'window-swap-states) ;; was M-S - ;; ---------------------------- Buffer Manipulation ---------------------------- ;; MOVE BUFFER -- cgit v1.2.3