mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: change key bindings for window rotation
This commit is contained in:
parent
3d1c039280
commit
bc3e345179
|
|
@ -136,7 +136,8 @@
|
|||
;; Commands for windows and pages
|
||||
("C-x o" . prot-simple-other-window)
|
||||
("C-x n k" . prot-simple-delete-page-delimiters)
|
||||
("C-x M-r" . prot-simple-swap-window-buffers)
|
||||
("M-r" . rotate-windows) ; Emacs 31 override `move-to-window-line-top-bottom'
|
||||
("M-S-r" . rotate-windows-back) ; Emacs 31
|
||||
;; Commands for buffers
|
||||
("<C-f2>" . prot-simple-rename-file-and-buffer)
|
||||
("C-x k" . prot-simple-kill-buffer-current)
|
||||
|
|
|
|||
|
|
@ -2530,7 +2530,8 @@ this via some hook.
|
|||
;; Commands for windows and pages
|
||||
("C-x o" . prot-simple-other-window)
|
||||
("C-x n k" . prot-simple-delete-page-delimiters)
|
||||
("C-x M-r" . prot-simple-swap-window-buffers)
|
||||
("M-r" . rotate-windows) ; Emacs 31 override `move-to-window-line-top-bottom'
|
||||
("M-S-r" . rotate-windows-back) ; Emacs 31
|
||||
;; Commands for buffers
|
||||
("<C-f2>" . prot-simple-rename-file-and-buffer)
|
||||
("C-x k" . prot-simple-kill-buffer-current)
|
||||
|
|
|
|||
Loading…
Reference in a new issue