From 1d364a90114f7043ad1d4d6f5ca5832ae53114ab Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 11 Aug 2021 22:52:34 -0500 Subject: Moving help back to C-h and F1 to consult-buffer --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 31fade2..192a040 100644 --- a/init.el +++ b/init.el @@ -841,7 +841,7 @@ like a dumbass." ;; (:global "" keyboard-escape-quit)) ;; Remap C-h to DEL -- can be the "help" key - (define-key key-translation-map [?\C-h] [?\C-?]) + ;; (define-key key-translation-map [?\C-h] [?\C-?]) (:global "C-c t" acdw/insert-iso-date "C-z" nil)) @@ -931,6 +931,7 @@ if ripgrep is installed, otherwise `consult-grep'." ;; C-x bindings (`ctl-x-map') "C-x M-:" consult-complex-command "C-x b" consult-buffer + "" consult-buffer ; trying this out ... "C-x 4 b" consult-buffer-other-window "C-x 5 b" consult-buffer-other-frame ;; Custom M-# bindings for fast register access -- cgit 1.4.1-21-gabe81