mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: add binding to prot-prefix for toggle-window-dedicated
This commit is contained in:
parent
989f56d0f3
commit
659ad807bc
|
|
@ -14339,6 +14339,7 @@ controlled by `delete-pair-blink-delay'."
|
|||
"u" #'winner-undo
|
||||
"r" #'winner-redo
|
||||
"b" #'balance-windows-area
|
||||
"d" #'toggle-window-dedicated
|
||||
"0" #'delete-window
|
||||
"1" #'delete-other-windows
|
||||
"!" #'delete-other-windows-vertically
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@
|
|||
"u" #'winner-undo
|
||||
"r" #'winner-redo
|
||||
"b" #'balance-windows-area
|
||||
"d" #'toggle-window-dedicated
|
||||
"0" #'delete-window
|
||||
"1" #'delete-other-windows
|
||||
"!" #'delete-other-windows-vertically
|
||||
|
|
|
|||
Loading…
Reference in a new issue