From f56e49f30e8c2f6a37ba01faa6a7406e8388eac6 Mon Sep 17 00:00:00 2001 From: Eivind Fonn Date: Mon, 16 Nov 2015 20:45:30 +0100 Subject: [PATCH] Document SPC h SPC --- doc/DOCUMENTATION.org | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 9e9a213d0..296378deb 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1277,27 +1277,28 @@ bindings. information about functions, variables, modes etc. These commands are bound thusly: -| Key Binding | Description | -|-------------+-----------------------------------------------------------| -| ~SPC h d b~ | describe bindings in a =helm= buffer | -| ~SPC h d c~ | describe current character under point | -| ~SPC h d f~ | describe a function | -| ~SPC h d F~ | describe a face | -| ~SPC h d k~ | describe a key | -| ~SPC h d m~ | describe current modes | -| ~SPC h d p~ | describe a package | -| ~SPC h d s~ | copy system information that you can paste in gitter chat | -| ~SPC h d t~ | describe a theme | -| ~SPC h d v~ | describe a variable | +| Key Binding | Description | +|-------------+--------------------------------------------------------------------| +| ~SPC h d b~ | describe bindings in a =helm= buffer | +| ~SPC h d c~ | describe current character under point | +| ~SPC h d f~ | describe a function | +| ~SPC h d F~ | describe a face | +| ~SPC h d k~ | describe a key | +| ~SPC h d m~ | describe current modes | +| ~SPC h d p~ | describe a package | +| ~SPC h d s~ | copy system information that you can paste in gitter chat | +| ~SPC h d t~ | describe a theme | +| ~SPC h d v~ | describe a variable | Other help key bindings: -| Key Binding | Description | -|-------------+-----------------------------------------------| -| ~SPC h i~ | search in info pages with the symbol at point | -| ~SPC h k~ | show top-level bindings with =which-key= | -| ~SPC h L~ | go to library a implementation | -| ~SPC h m~ | search available man pages | +| Key Binding | Description | +|-------------+--------------------------------------------------------------------| +| ~SPC h SPC~ | discover Spacemacs documentation, layers and packages using =helm= | +| ~SPC h i~ | search in info pages with the symbol at point | +| ~SPC h k~ | show top-level bindings with =which-key= | +| ~SPC h L~ | go to library a implementation | +| ~SPC h m~ | search available man pages | *** Available layers All layers can be easily discovered via =helm-spacemacs= accessible with ~SPC f @@ -1620,6 +1621,8 @@ navigate between =Emacs= and Spacemacs specific files. | ~SPC f e R~ | resync the dotfile with spacemacs | | ~SPC f e v~ | display and copy the spacemacs version | +Additionally, ~SPC h SPC~ is a alias for ~SPC f e h~. + **** Browsing files with Helm In =vim= and =hybrid= styles, Spacemacs remap the navigation in Helm find-files to keep finger on the home row.