From 99a4475757e35d173e3a305e733029804e133c16 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 9 Jul 2025 20:57:08 +0100 Subject: Add C-[ to available keybinding keys --- emacs-config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs-config.org b/emacs-config.org index 63e5b1b..e59a755 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -84,6 +84,11 @@ Enable which-key that displays a pop-up window of posisble keybindings sequences #+end_src * Global Keybindings +Unlock previously unusable keybinding. +#+begin_src elisp + (define-key input-decode-map [?\C-\[] (kbd "")) +#+end_src + File actions. #+begin_src elisp (keymap-global-set "C-x x R" #'rename-visited-file) -- cgit