commit 145ebee00833ba5df947cc3aec84a928f9283058 parent dfb2146f354403099a22db81851f015216e732e3 Author: Cem Keylan <cem@ckyln.com> Date: Wed, 22 Apr 2020 01:53:06 +0300 remove treemacs bindings as they don't manually apply Diffstat:
M | init.org | | | 22 | ---------------------- |
1 file changed, 0 insertions(+), 22 deletions(-)
diff --git a/init.org b/init.org @@ -461,28 +461,6 @@ simple, straightforward interface. :requires treemacs :after (treemacs projectile)) #+END_SRC - -**** Keybindings - -These tables are taken from the [[https://github.com/Alexander-Miller/treemacs][Treemacs Github page]] - - -| Key | Action | Description | -|-------------------+----------------------------------------+--------------------------------------------------------| -| C-c C-p a | treemacs-add-project-to-workspace | Select a new project to add to the treemacs workspace. | -| C-c C-p p | treemacs-projectile | Select a projectile project to add to the workspace. | -| C-c C-p d | treemacs-remove-project-from-workspace | Remove project at point from the workspace. | -| C-c C-p r | treemacs-rename-project | Rename project at point. | -| C-c C-p c c | treemacs-collapse-project | Collapse project at point. | -| C-c C-p c o/S-TAB | treemacs-collapse-all-projects | Collapse all projects. | -| C-c C-p c o | treemacs-collapse-all-projects | Collapse all projects except the project at point. | -| C-c C-w r | treemacs-rename-workspace | Rename a workspace. | -| C-c C-w a | treemacs-create-workspace | Create a new workspace. | -| C-c C-w d | treemacs-remove-workspace | Delete a workspace. | -| C-c C-w s | treemacs-switch-workspace | Switch the current workspace. | -| C-c C-w e | treemacs-edit-workspaces | Edit workspace layout via org-mode. | -| C-c C-w f | treemacs-set-fallback-workspace | Select the default fallback workspace. | - ** emacs-dashboard #+BEGIN_SRC emacs-lisp (use-package dashboard