[treemacs][doc] Update projects key binding prefix

The upstream Treemacs projects key binding prefix has changed.
From: C-p
To:   C-c C-p
This commit is contained in:
duianto 2019-06-19 14:46:43 +02:00
parent f644c59ab8
commit 5389bf976d
2 changed files with 11 additions and 11 deletions

View file

@ -123,10 +123,10 @@ many other commands.
| ~M-K/P~ | Go to the previous line in ~next-window~.. |
| ~M-j/M-n~ | Select next node at the same depth as currently selected node, if possible. |
| ~M-k/M-p~ | Select previous node at the same depth as currently selected node, if possible. |
| ~C-p a~ | Select a new project to add to the treemacs workspace. |
| ~C-p p~ | Select a projectile project to add to the workspace. |
| ~C-p d~ | Remove project at point from the workspace. |
| ~C-p r~ | Rename project at point. |
| ~C-c C-p a~ | Select a new project to add to the treemacs workspace. |
| ~C-c C-p p~ | Select a projectile project to add to the workspace. |
| ~C-c C-p d~ | Remove project at point from the workspace. |
| ~C-c C-p r~ | Rename project at point. |
| ~th~ | Toggle the hiding and displaying of dotfiles. |
| ~tw~ | Toggle whether the treemacs buffer should have a fixed width. |
| ~tf~ | Toggle treemacs-follow-mode. |

View file

@ -52,13 +52,13 @@
"f M-t" 'treemacs-find-tag
"pt" 'spacemacs/treemacs-project-toggle)
(which-key-add-major-mode-key-based-replacements 'treemacs-mode
"c" "treemacs-create"
"o" "treemacs-visit-node"
"oa" "treemacs-visit-node-ace"
"t" "treemacs-toggles"
"y" "treemacs-copy"
"C-p" "treemacs-projects"
"C-p c" "treemacs-projects-collapse"))
"c" "treemacs-create"
"o" "treemacs-visit-node"
"oa" "treemacs-visit-node-ace"
"t" "treemacs-toggles"
"y" "treemacs-copy"
"C-c C-p" "treemacs-projects"
"C-c C-p c" "treemacs-projects-collapse"))
:config
(progn
(spacemacs/define-evil-state-face "treemacs" "MediumPurple1")