Docs: document b/s/v
This commit is contained in:
parent
37d6f0137b
commit
19d6b03b08
20
README.md
20
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 `<cr>`.
|
||||
|
||||
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:
|
||||
|
|
|
@ -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 <cr>.
|
||||
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue