home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 68a6c92030f9dbfca972e1c64c4f0e09059e9ac1
parent b79bb479690773f489bd39f90bfdf099f1372091
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  1 May 2020 12:29:40 +0200

config-buffers.el: C-F7 to toggle side-windows

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-buffers.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-buffers.el b/tools/emacs/config/config-buffers.el @@ -75,7 +75,7 @@ (setq window-sides-vertical nil) (setq window-combination-resize t) ; Size new windows proportionally :bind (("C-x +" . balance-windows-area) - ("<f7>" . window-toggle-side-windows))) + ("<C-f7>" . window-toggle-side-windows))) ;; -UseDisplayBuffer ;; UseSaveHist