Document the ahs navigation mini-mode in readme

This commit is contained in:
syl20bnr 2014-10-02 00:18:07 -04:00
parent 3b367460a3
commit 3cb0a7aecc
1 changed files with 11 additions and 2 deletions

View File

@ -540,10 +540,19 @@ Key Binding | Description
Key Binding | Description
--------------|----------------------------------------------------------------
`<SPC> h e` | edit all occurrences of the current word
`<SPC> h n` | go to next occurrence
`<SPC> h p` | go to previous occurrence
`<SPC> t h` | toggle the auto highlighting
Navigation between the highlighted symbols can be done with the commands:
Key Binding | Description
--------------|------------------------------------------------------------
`<SPC> h n` | go to next occurrence and initiate navigation mini-mode
`<SPC> h p` | go to previous occurrence and initiate navigation mini-mode
`n` | go to next occurrence
`p` | go to previous occurrence
`=` | reset the navigation (go to starting occurrence)
Any other key | leave the navigation mini-mode
### Color theme
By default, `Spacemacs` uses the theme [Solarized][solarized-theme].