diff options
-rw-r--r-- | init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el index 3fba01e..5e27421 100644 --- a/init.el +++ b/init.el | |||
@@ -943,7 +943,6 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
943 | ;; C-x bindings (`ctl-x-map') | 943 | ;; C-x bindings (`ctl-x-map') |
944 | "C-x M-:" consult-complex-command | 944 | "C-x M-:" consult-complex-command |
945 | "C-x b" consult-buffer | 945 | "C-x b" consult-buffer |
946 | "<f1>" consult-buffer ; trying this out ... | ||
947 | "C-x 4 b" consult-buffer-other-window | 946 | "C-x 4 b" consult-buffer-other-window |
948 | "C-x 5 b" consult-buffer-other-frame | 947 | "C-x 5 b" consult-buffer-other-frame |
949 | ;; Custom M-# bindings for fast register access | 948 | ;; Custom M-# bindings for fast register access |