From ba15402dad3e2cb28a03361d5ad2b526da8d6899 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Nov 2010 23:31:43 -0500 Subject: Updated manual. --- doc/manual/1_Introduction.md | 9 +++++++++ doc/manual/4_WorkingWithFiles.md | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'doc') 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. ![Buffer Browser](images/bufferbrowser.png) 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. ![Buffer Browser Filtered](images/bufferbrowserfiltered.png) -- cgit v1.2.3