From 786508ea30bb5bf79e038d956789b33f41dd5bb1 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 1 Jan 2015 01:09:33 -0500 Subject: [PATCH] Fixes #344 SPC f i undefined and document SPC f e prefix --- doc/DOCUMENTATION.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/DOCUMENTATION.md b/doc/DOCUMENTATION.md index 2bbfe410d..169ed626d 100644 --- a/doc/DOCUMENTATION.md +++ b/doc/DOCUMENTATION.md @@ -69,6 +69,7 @@ - [Reposition window](#reposition-window) - [Golden ratio](#golden-ratio) - [Buffers and Files](#buffers-and-files) + - [Emacs and Spacemacs files](#emacs-and-spacemacs-files) - [Ido](#ido) - [Experimental Ido feature](#experimental-ido-feature) - [NeoTree file tree](#neotree-file-tree) @@ -1097,12 +1098,24 @@ Files manipulation commands (start with `f`): Key Binding | Description ------------------------------------------|---------------------------------------------------------------- SPC f f | open a file using `ido` -SPC f i | open your `init.el` file SPC f s | save a file SPC f S | save all files SPC f t | toggle file tree side bar using [NeoTree][neotree] SPC f y | show current file absolute path in the minibuffer +#### Emacs and Spacemacs files + +Convenient key bindings are located under the prefix SPC f e to +quickly navigate between `Emacs` and `Spacemacs` specific files. + +Key Binding | Description +------------------------------------------|---------------------------------------------------------------- +SPC f e c | open `ido` in the `contrib` folder +SPC f e d | open the spacemacs dotfile (`~/.spacemacs`) +SPC f e h | discover `Spacemacs` layers and packages using `helm` +SPC f e i | open the all mighty `init.el` +SPC f e s | open `ido` in the `spacemacs` layer folder + ### Ido `Spacemacs` displays the `ido` minibuffer vertically thanks to the