diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-07 19:25:22 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-07 19:25:22 -0500 |
| commit | 3dc6601b29c4c7101379b803e1835574b56a3a44 (patch) | |
| tree | 3500cc37873afa853f78567686987c0532369401 /modules/ui-navigation.el | |
| parent | 3c407b75276feae110f27f51fa361769b710fa4d (diff) | |
| download | dotemacs-3dc6601b29c4c7101379b803e1835574b56a3a44.tar.gz dotemacs-3dc6601b29c4c7101379b803e1835574b56a3a44.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.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/ui-navigation.el b/modules/ui-navigation.el index 8248bab6c..b99a9cacc 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 |
