summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--essential-windowing.el
diff options
context:
space:
mode:
authorbd <bdunahu@colostate.edu>2024-03-24 18:25:25 -0600
committerbd <bdunahu@colostate.edu>2024-03-24 18:25:25 -0600
commit9fd40b596a528aff48683b0cd3f7a6f60ec49b13 (patch)
tree5260d3bcff34d2e4684d1c029433e34507b94f75 /.config/emacs/modules/bd--essential-windowing.el
parentf3bff95b917a5dcf18c1578691ebd42a0771a3e7 (diff)
Minor QOL to erc, DWM tags, window cycling bindings
Diffstat (limited to '.config/emacs/modules/bd--essential-windowing.el')
-rw-r--r--.config/emacs/modules/bd--essential-windowing.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/emacs/modules/bd--essential-windowing.el b/.config/emacs/modules/bd--essential-windowing.el
index 0759ad4..c8be4d2 100644
--- a/.config/emacs/modules/bd--essential-windowing.el
+++ b/.config/emacs/modules/bd--essential-windowing.el
@@ -14,10 +14,10 @@
;; no fringe
(fringe-mode '(0 . 0))
-(keymap-global-set "M-<down>" 'other-window)
-(keymap-global-set "M-<up>" (lambda ()
- (interactive)
- (other-window -1)))
+(keymap-global-set "M-[" 'other-window)
+(keymap-global-set "M-]" (lambda ()
+ (interactive)
+ (other-window -1)))
;; dedication