From 5179180d5819e6ed0eeb5146debe2679412f4f60 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 22 Oct 2013 17:25:03 +0200 Subject: [PATCH] Doc: add mappings section --- doc/startify.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/startify.txt b/doc/startify.txt index 0277f28..343e897 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -31,6 +31,7 @@ CONTENTS *startify-contents* USAGE .......................................... |startify-usage| OPTIONS ........................................ |startify-options| COMMANDS ....................................... |startify-commands| + MAPPINGS ....................................... |startify-mappings| COLORS ......................................... |startify-colors| FAQ ............................................ |startify-faq| @@ -413,6 +414,45 @@ argument with either or afterwards. < Open the startify buffer. +============================================================================== +MAPPINGS *startify-mappings* + +Some things are remapped in the startify buffer.. +> + q +< +Close startify. Also quit Vim if it is the only buffer. +> + e +< +Close startify and create a blank buffer. +> + i + +< +Close startify, create a blank buffer and jump into insert mode right away. +> + <2-LeftMouse> +< +Use a simple mouse click to open the targeted entry. +> + [any number that is shown between square brackets] +< +Open the entry with the given number. +> + b + s + v + t +< +Mark current entry to be opened in either the same window, in a split window, +in a vertical split window or in a new tab. +> + +< +Open all marked entries. If nothing was marked beforehand, just open the +current entry. + ============================================================================== COLORS *startify-colors*