Remove consult
This commit is contained in:
parent
ea486d0db9
commit
fe79aaabf4
1 changed files with 9 additions and 9 deletions
|
|
@ -365,7 +365,7 @@ To get started, run =C-c C-v t=
|
||||||
"<" '(consult-buffer :which-key "Buffers (all)")
|
"<" '(consult-buffer :which-key "Buffers (all)")
|
||||||
"x" '(scratch-buffer :which-key "Scratch popup")
|
"x" '(scratch-buffer :which-key "Scratch popup")
|
||||||
"-" '(dired :which-key "Find Directory")
|
"-" '(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")
|
"d" '(docker :which-key "Docker")
|
||||||
"i" '(custom/conditional-imenu :which-key "Imenu") ;; consult-outline?
|
"i" '(custom/conditional-imenu :which-key "Imenu") ;; consult-outline?
|
||||||
"w" '(ace-window :which-key "Window")
|
"w" '(ace-window :which-key "Window")
|
||||||
|
|
@ -383,7 +383,7 @@ To get started, run =C-c C-v t=
|
||||||
|
|
||||||
;; Buffers / bookmarks
|
;; Buffers / bookmarks
|
||||||
"b" '(:ignore t :which-key "Buffers")
|
"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")
|
"bk" '(kill-current-buffer :which-key "Kill buffer")
|
||||||
"bm" '(bookmark-set :which-key "Set bookmark")
|
"bm" '(bookmark-set :which-key "Set bookmark")
|
||||||
"bM" '(bookmark-delete :which-key "Delete bookmark")
|
"bM" '(bookmark-delete :which-key "Delete bookmark")
|
||||||
|
|
@ -419,7 +419,7 @@ To get started, run =C-c C-v t=
|
||||||
;; File
|
;; File
|
||||||
"f" '(:ignore t :which-key "File")
|
"f" '(:ignore t :which-key "File")
|
||||||
;; "fp" '(doom/open-private-config :which-key "Browse private config")
|
;; "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")
|
"fR" '(reload-config :which-key "Reload config")
|
||||||
;; "fm" '(doom/move-this-file :which-key "Move/rename file")
|
;; "fm" '(doom/move-this-file :which-key "Move/rename file")
|
||||||
;; "fS" '(doom/sudo-find-file :which-key "Sudo find 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" '(:ignore t :which-key "help")
|
||||||
"h<return>" '(info-emacs-manual :which-key "Emacs manual")
|
"h<return>" '(info-emacs-manual :which-key "Emacs manual")
|
||||||
"h'" '(describe-char :which-key "Describe character")
|
"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")
|
"hb" '(embark-bindings :which-key "Describe bindings")
|
||||||
"he" '(view-echo-area-messages :which-key "View echo area messages")
|
"he" '(view-echo-area-messages :which-key "View echo area messages")
|
||||||
"hf" '(helpful-function :which-key "Describe function")
|
"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")
|
"hk" '(helpful-key :which-key "Describe key")
|
||||||
"hl" '(view-lossage :which-key "View actions log")
|
"hl" '(view-lossage :which-key "View actions log")
|
||||||
"hm" '(describe-mode :which-key "Describe mode")
|
"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")
|
"hv" '(helpful-variable :which-key "Describe variable")
|
||||||
"hx" '(helpful-command :which-key "Describe command")
|
"hx" '(helpful-command :which-key "Describe command")
|
||||||
"hA" '(apropos-documentation :which-key "Apropos(documentation)")
|
"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")
|
"hM" '(popwin:messages :which-key "View system messages")
|
||||||
|
|
||||||
"hw" '(:ignore t :which-key "which-key")
|
"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")
|
"pa" '(projectile-add-known-project :which-key "Add new project")
|
||||||
"pc" '(+ivy/project-compile :which-key "Compile in project")
|
"pc" '(+ivy/project-compile :which-key "Compile in project")
|
||||||
"pd" '(projectile-remove-known-project :which-key "Remove known 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")
|
"pC" '(projectile-configure-project :which-key "Configure project")
|
||||||
"pr" '(projectile-run-project :which-key "Run project")
|
"pr" '(projectile-run-project :which-key "Run project")
|
||||||
"pt" '(magit-todos-list :which-key "List project todos")
|
"pt" '(magit-todos-list :which-key "List project todos")
|
||||||
|
|
@ -593,7 +593,7 @@ To get started, run =C-c C-v t=
|
||||||
|
|
||||||
;; Visual / appearance
|
;; Visual / appearance
|
||||||
"v" '(:ignore t :which-key "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
|
;; Workspaces
|
||||||
"TAB TAB" '(+workspace/display :which-key "Display tab bar")
|
"TAB TAB" '(+workspace/display :which-key "Display tab bar")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue