summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org5
1 files changed, 5 insertions, 0 deletions
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 "<C-[>"))
+#+end_src
+
File actions.
#+begin_src elisp
(keymap-global-set "C-x x R" #'rename-visited-file)