diff options
-rw-r--r-- | doc/manual/1_Introduction.md | 9 | ||||
-rw-r--r-- | doc/manual/4_WorkingWithFiles.md | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/doc/manual/1_Introduction.md b/doc/manual/1_Introduction.md index 2190c1ee..4fc9b8af 100644 --- a/doc/manual/1_Introduction.md +++ b/doc/manual/1_Introduction.md @@ -58,3 +58,12 @@ customization and extensibility from the start; the features come after that. `Ctrl+N, N` vs. `Ctrl+N, Shift+N`. In the first key chain, `Control` and `N` are pressed followed by `N` with no modifiers. The second has `Control` and `N` pressed followed by `Shift` and `N`. + +## Features at a Glance + +* Self-contained executable - no installation necessary. +* Entirely keyboard driven. +* Unlimited split views. +* Support for over 70 programming languages. +* Powerful snippets and key commands. +* Unparalleled extensibility. diff --git a/doc/manual/4_WorkingWithFiles.md b/doc/manual/4_WorkingWithFiles.md index fc072d9e..b57667bc 100644 --- a/doc/manual/4_WorkingWithFiles.md +++ b/doc/manual/4_WorkingWithFiles.md @@ -21,9 +21,9 @@ the buffer browser.  The buffer browser shows you a list of currently open buffers, the most recent -towards the bottom. Typing part of any filename filters the list. You can also -just use the arrow keys. Pressing `Enter` or clicking `OK` switches to the -selected buffer. +towards the bottom. Typing part of any filename filters the list. Spaces are +wildcards. You can also just use the arrow keys. Pressing `Enter` or clicking +`OK` switches to the selected buffer.  |