shell layer: typo in README + update TOC

This commit is contained in:
syl20bnr 2015-07-08 01:17:52 -04:00
parent aa2ccced10
commit 2bc26cebef

View file

@ -9,8 +9,11 @@
- [[#default-shell][Default shell]]
- [[#default-shell-position-and-height][Default shell position and height]]
- [[#set-shell-for-term-and-ansi-term][Set shell for term and ansi-term]]
- [[#enable-em-smart-in-eshell][Enable em-smart in Eshell]]
- [[#eshell][Eshell]]
- [[#key-bindings][Key bindings]]
- [[#multi-term][Multi-term]]
- [[#eshell][Eshell]]
* Description
@ -89,7 +92,7 @@ mentality of Plan 9's 9term.
In a nutshell, when =em-smart= is enabled the point won't jump at the
end of the buffer when a command is executed, it will stay at the
same command prompt used to executed the command. This allows to quickly
same command prompt used to execute the command. This allows to quickly
edit the last command in the case of a mistake. If there is no mistake
and you directly type a new command then the prompt will jump to the
next prompt at the end of the buffer.