summaryrefslogtreecommitdiff
path: root/modules/ui-navigation.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-07 19:25:22 -0500
committerCraig Jennings <c@cjennings.net>2026-05-07 19:25:22 -0500
commitf45c058193e4b9283d4a375658b30cff8358bae0 (patch)
treefee701a4f55d9c7785e36a618e3d3bdbe393c1de /modules/ui-navigation.el
parenta065dd4f5df0249d57631bbe37887cab40a48247 (diff)
downloaddotemacs-f45c058193e4b9283d4a375658b30cff8358bae0.tar.gz
dotemacs-f45c058193e4b9283d4a375658b30cff8358bae0.zip
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.
Diffstat (limited to 'modules/ui-navigation.el')
-rw-r--r--modules/ui-navigation.el3
1 files changed, 0 insertions, 3 deletions
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