From 19d6b03b08bbc4e92d79984e986b0352fd7e8c6a Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 31 May 2013 12:51:58 +0200 Subject: [PATCH] Docs: document b/s/v --- README.md | 20 ++++++++++++-------- doc/startify.txt | 18 +++++++++++------- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3381b3c..91160f8 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,21 @@ _1)_ If you start Vim without giving any filenames to it (or pipe stuff to it so Additionally, you can define bookmarks, thus entries for files that always should be available in the start screen. - You can either navigate to a certain menu entry or you just key in whatever - is written between the square brackets on that line. You can even - double-click anywhere on the line now. + You can either navigate to a certain menu entry and hit enter or you just + key in whatever is written between the square brackets on that line. You + can even double-click anywhere on the line now. - Per default the startify buffer gets closed automatically, if an entry was - selected. + In addtion, `e` creates an empty buffer, `i` creates an empty buffers and + jumps into insert mode, `q` quits. - You can reopen the screen via :Startify. + Moreover, you can open several files at one go. Navigate to an entry and + hit either `b` (open in same window), `s` (open in split) or `v` (open in + vertical split). You can do that for multiple entries. You can also mix + them. The order of the selections will be remembered. Afterwards execute + these actions via ``. - Moreover, 'e' creates an empty buffer, 'i' creates an empty buffers and - jumps into insert mode, 'q' quits. + When the selection is finished, Startify will close automatically. You can + reopen the screen via :Startify. _2)_ It eases handling of loading and saving sessions by only working with a certain directory. These commands are used for convenience: diff --git a/doc/startify.txt b/doc/startify.txt index 865d568..37565a4 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -29,7 +29,7 @@ CONTENTS *startify-contents* ============================================================================== 1. Intro *startify-intro* -Startify is a zero-conf plugin which shows recently used files, bookmarks and +Startify is a plugin that shows recently used files, bookmarks and sessions that were saved to a certain directory. @@ -49,14 +49,18 @@ Startify basically provides two things: key in whatever is written between the square brackets on that line. You can even double-click anywhere on the line now. - Per default the startify buffer gets closed automatically, if an entry was - selected. - - You can reopen the screen via :Startify. - - Moreover, 'e' creates an empty buffer, 'i' creates an empty buffers and + In addtion, 'e' creates an empty buffer, 'i' creates an empty buffers and jumps into insert mode, 'q' quits. + Moreover, you can open several files at one go. Navigate to an entry and + hit either 'b' (open in same window), 's' (open in split) or 'v' (open in + vertical split). You can do that for multiple entries. You can also mix + them. The order of the selections will be remembered. Afterwards execute + these actions via . + + When the selection is finished, Startify will close automatically. You can + reopen the screen via :Startify. + 2) It eases handling of loading and saving sessions by only working with a certain directory. These commands are used for convenience: