emacs: add binding to prot-prefix for toggle-window-dedicated

This commit is contained in:
Protesilaos Stavrou 2024-02-26 07:32:26 +02:00
parent 989f56d0f3
commit 659ad807bc
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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