More config tweaks

This commit is contained in:
2024-04-05 12:14:14 -07:00
parent 583dbf635d
commit d583d02cd5
3 changed files with 56 additions and 633 deletions

View File

@@ -6,11 +6,11 @@
:init
(vertico-mode))
;; (use-package vertico-directory
;; :after vertico
;; :bind (:map vertico-map
;; ("C-h" . vertico-directory-delete-word)
;; ("C-l" . vertico-directory-enter)))
(use-package vertico-directory
:after vertico
:bind (:map vertico-map
("C-h" . vertico-directory-delete-word)
("C-l" . vertico-directory-enter)))
(use-package marginalia
@@ -42,8 +42,8 @@
("C-c k" . consult-kmacro)
;; C-x bindings (ctl-x-map)
("C-x M-:" . consult-complex-command) ;; orig. repeat-complex-command
("C-x C-b" . consult-buffer)
("C-x b" . consult-buffer) ;; orig. switch-to-buffer
;;("C-x C-b" . consult-buffer)
;;("C-x b" . consult-buffer) ;; orig. switch-to-buffer
("C-x 4 b" . consult-buffer-other-window) ;; orig. switch-to-buffer-other-window
("C-x 5 b" . consult-buffer-other-frame) ;; orig. switch-to-buffer-other-frame
("C-x r b" . consult-bookmark) ;; orig. bookmark-jump