Fix conflict on C-c p s #1425
Moved scratch buffer to C-c p x and X. This overrides projectile's term commands, but users should be using the term, vterm and eshell modules' commands instead.
This commit is contained in:
parent
0383e504fe
commit
2c5c192b6f
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@
|
||||||
:desc "Find file in other project" "F" #'doom/find-file-in-other-project
|
:desc "Find file in other project" "F" #'doom/find-file-in-other-project
|
||||||
:desc "Search project" "s" #'+default/search-project
|
:desc "Search project" "s" #'+default/search-project
|
||||||
:desc "List project tasks" "t" #'+default/project-tasks
|
:desc "List project tasks" "t" #'+default/project-tasks
|
||||||
:desc "Open project scratch buffer" "s" #'doom/open-project-scratch-buffer
|
:desc "Open project scratch buffer" "x" #'doom/open-project-scratch-buffer
|
||||||
:desc "Switch to project scratch buffer" "S" #'doom/switch-to-project-scratch-buffer
|
:desc "Switch to project scratch buffer" "X" #'doom/switch-to-project-scratch-buffer
|
||||||
;; later expanded by projectile
|
;; later expanded by projectile
|
||||||
(:prefix ("4" . "in other window"))
|
(:prefix ("4" . "in other window"))
|
||||||
(:prefix ("5" . "in other frame")))
|
(:prefix ("5" . "in other frame")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue