Add a section for shells in documentation

This commit is contained in:
syl20bnr 2014-12-06 01:31:56 -05:00
parent 155cb97351
commit 0108071e76

View file

@ -68,6 +68,7 @@
- [Ido](#ido)
- [Experimental Ido feature](#experimental-ido-feature)
- [NeoTree file tree](#neotree-file-tree)
- [Shells](#shells)
- [Bookmarks](#bookmarks)
- [Searching](#searching)
- [Project Searching](#project-searching)
@ -118,6 +119,7 @@
- [Tips for Spacemacs advanced users](#tips-for-spacemacs-advanced-users)
- [evil-lisp-state as default state](#evil-lisp-state-as-default-state)
- ["jk" to trigger evil leader](#jk-to-trigger-evil-leader)
- [Smooth fonts on Windows](#smooth-fonts-on-windows)
- [Achievements](#achievements)
- [Thank you](#thank-you)
@ -1058,6 +1060,17 @@ Key Binding | Description
<kbd>q</kbd> or <kbd>fd</kbd> | hide `NeoTree` buffer
<kbd>r</kbd> | rename a node
### Shells
Navigating in shell buffers can be tricky because it is not possible to use the
leader in `insert state`. Switching back and forth between normal and insert
states can be tedious.
There are two solutions for this:
- use <kbd>C-o</kbd> then use the leader key
- enable the [leader on `jk`](#experimental-insert-state-feature)
experimental feature.
### Bookmarks
Bookmarks can be set anywhere in a file. Bookmarks are persistent. They are very