From 17cb7fbb282d66b6e9f8619fb0826f4671531877 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 3 Apr 2025 22:56:17 -0700 Subject: [PATCH] Fix typo in C-o f binding --- emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index c6345ec..d99ba9b 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -84,6 +84,7 @@ (elpaca-wait) ;;; Keybindings +;;;; General (use-package emacs :bind (("C-c o b" . reveal-in-file-browser) ("C-h C-i" . info-apropos) @@ -105,7 +106,7 @@ ("C-o C-k" . delete-window) ("C-o 1" . delete-other-windows) ("C-o w" . hycontrol-windows) - ("C-o f" . hycontrol-frame) + ("C-o f" . hycontrol-frames) ;; TODO C-/ for undo window state change ("C-o z" . my/zoom-window) ;; TODO other-window scrolling