More config tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user