about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
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."
841 ;; (:global "<escape>" keyboard-escape-quit)) 841 ;; (:global "<escape>" keyboard-escape-quit))
842 842
843 ;; Remap C-h to DEL -- <f1> can be the "help" key 843 ;; Remap C-h to DEL -- <f1> can be the "help" key
844 (define-key key-translation-map [?\C-h] [?\C-?]) 844 ;; (define-key key-translation-map [?\C-h] [?\C-?])
845 845
846 (:global "C-c t" acdw/insert-iso-date 846 (:global "C-c t" acdw/insert-iso-date
847 "C-z" nil)) 847 "C-z" nil))
@@ -931,6 +931,7 @@ if ripgrep is installed, otherwise `consult-grep'."
931 ;; C-x bindings (`ctl-x-map') 931 ;; C-x bindings (`ctl-x-map')
932 "C-x M-:" consult-complex-command 932 "C-x M-:" consult-complex-command
933 "C-x b" consult-buffer 933 "C-x b" consult-buffer
934 "<f1>" consult-buffer ; trying this out ...
934 "C-x 4 b" consult-buffer-other-window 935 "C-x 4 b" consult-buffer-other-window
935 "C-x 5 b" consult-buffer-other-frame 936 "C-x 5 b" consult-buffer-other-frame
936 ;; Custom M-# bindings for fast register access 937 ;; Custom M-# bindings for fast register access