diff options
author | bd <bdunahu@colostate.edu> | 2024-03-10 19:46:37 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-03-10 19:46:37 -0600 |
commit | a47be8d8fb668a825ef24e192a015c51c44f4963 (patch) | |
tree | f5447a7e6e6520aadacd7f76592b8428f003a51e /.config/emacs/modules/bd--essential-windowing.el | |
parent | 5cf1dc72f1a22ff6b2428d0f1f439f1c8d30c576 (diff) |
New ssh target, projects+tabs
Diffstat (limited to '.config/emacs/modules/bd--essential-windowing.el')
-rw-r--r-- | .config/emacs/modules/bd--essential-windowing.el | 8 |
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 14b7065..0759ad4 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-n" 'other-window) -(keymap-global-set "M-p" (lambda () - (interactive) - (other-window -1))) +(keymap-global-set "M-<down>" 'other-window) +(keymap-global-set "M-<up>" (lambda () + (interactive) + (other-window -1))) ;; dedication |