Remove consult

This commit is contained in:
Ian Keane 2023-11-28 10:24:12 -05:00
parent ea486d0db9
commit fe79aaabf4

View file

@ -365,7 +365,7 @@ To get started, run =C-c C-v t=
"<" '(consult-buffer :which-key "Buffers (all)")
"x" '(scratch-buffer :which-key "Scratch popup")
"-" '(dired :which-key "Find Directory")
"*" '(counsel-locate :which-key "Fuzzy find file") ;; find-file? consult-locate?
;; "*" '(counsel-locate :which-key "Fuzzy find file") ;; find-file? consult-locate?
"d" '(docker :which-key "Docker")
"i" '(custom/conditional-imenu :which-key "Imenu") ;; consult-outline?
"w" '(ace-window :which-key "Window")
@ -383,7 +383,7 @@ To get started, run =C-c C-v t=
;; Buffers / bookmarks
"b" '(:ignore t :which-key "Buffers")
"bb" '(counsel-bookmark :which-key "Goto Bookmark") ;; consult-bookmark
"bb" '(consult-bookmark :which-key "Goto Bookmark") ;; consult-bookmark
"bk" '(kill-current-buffer :which-key "Kill buffer")
"bm" '(bookmark-set :which-key "Set bookmark")
"bM" '(bookmark-delete :which-key "Delete bookmark")
@ -419,7 +419,7 @@ To get started, run =C-c C-v t=
;; File
"f" '(:ignore t :which-key "File")
;; "fp" '(doom/open-private-config :which-key "Browse private config")
"fr" '(counsel-recentf :which-key "Recent files")
"fr" '(consult-recent-file :which-key "Recent files")
"fR" '(reload-config :which-key "Reload config")
;; "fm" '(doom/move-this-file :which-key "Move/rename file")
;; "fS" '(doom/sudo-find-file :which-key "Sudo find file")
@ -477,7 +477,7 @@ To get started, run =C-c C-v t=
"h" '(:ignore t :which-key "help")
"h<return>" '(info-emacs-manual :which-key "Emacs manual")
"h'" '(describe-char :which-key "Describe character")
"ha" '(counsel-apropos :which-key "Apropos")
"ha" '(apropos :which-key "Apropos")
"hb" '(embark-bindings :which-key "Describe bindings")
"he" '(view-echo-area-messages :which-key "View echo area messages")
"hf" '(helpful-function :which-key "Describe function")
@ -485,11 +485,11 @@ To get started, run =C-c C-v t=
"hk" '(helpful-key :which-key "Describe key")
"hl" '(view-lossage :which-key "View actions log")
"hm" '(describe-mode :which-key "Describe mode")
"ho" '(counsel-describe-symbol :which-key "Describe symbol")
"ho" '(helpful-symbol :which-key "Describe symbol")
"hv" '(helpful-variable :which-key "Describe variable")
"hx" '(helpful-command :which-key "Describe command")
"hA" '(apropos-documentation :which-key "Apropos(documentation)")
"hF" '(counsel-faces :which-key "Describe Face")
"hF" '(describe-face :which-key "Describe Face")
"hM" '(popwin:messages :which-key "View system messages")
"hw" '(:ignore t :which-key "which-key")
@ -566,7 +566,7 @@ To get started, run =C-c C-v t=
"pa" '(projectile-add-known-project :which-key "Add new project")
"pc" '(+ivy/project-compile :which-key "Compile in project")
"pd" '(projectile-remove-known-project :which-key "Remove known project")
"ps" '(counsel-projectile-switch-project :which-key "Switch projects")
"ps" '(projectile-switch-project :which-key "Switch projects")
"pC" '(projectile-configure-project :which-key "Configure project")
"pr" '(projectile-run-project :which-key "Run project")
"pt" '(magit-todos-list :which-key "List project todos")
@ -593,7 +593,7 @@ To get started, run =C-c C-v t=
;; Visual / appearance
"v" '(:ignore t :which-key "visual/appearance")
"vt" '(counsel-load-theme :which-key "load theme")
"vt" '(load-theme :which-key "load theme")
;; Workspaces
"TAB TAB" '(+workspace/display :which-key "Display tab bar")