From a7c2573cab6157ae8d19aa1385ad0332f908af26 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 11 Jul 2013 13:50:44 +0200 Subject: [PATCH] Docs: add infos about the new custom header Closes #27. --- README.md | 2 ++ doc/startify.txt | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/README.md b/README.md index 792ba4a..147d6b2 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ __1)__ If you start Vim without giving any filenames to it (or pipe stuff to it When the selection is finished, Startify will close automatically. You can reopen the screen via `:Startify.` + And you can define your own custom ascii art header now! + __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 37565a4..746223c 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -61,6 +61,8 @@ Startify basically provides two things: When the selection is finished, Startify will close automatically. You can reopen the screen via :Startify. + And you can define your own custom ascii art header now! + 2) It eases handling of loading and saving sessions by only working with a certain directory. These commands are used for convenience: @@ -189,6 +191,29 @@ Best practices: Don't show and . +============- + + let g:startify_custom_header = '' + +This is a list of single-quoted strings to be shown before everything else. +Every string will be written on its own line. + +NOTE: If a string contains ', you have to quote it with another '. + +Example: + + let g:startify_custom_header = [ + \ ' __ ___ ______ ____ ', + \ ' \ \ / (_) |____ |___ \ ', + \ ' \ \ / / _ _ __ ___ / / __) |', + \ ' \ \/ / | | ''_ ` _ \ / / |__ <', + \ ' \ / | | | | | | | / / ___) |', + \ ' \/ |_|_| |_| |_| /_(_) |____/ ', + \ '', + \ '', + \ ] + + ============================================================================== 4. Commands *startify-commands* @@ -216,6 +241,7 @@ these groups: StartifyBracket [,] StartifyFile the actual file + StartifyHeader the custom header StartifyNumber the numbers between [] StartifyPath the path to a file StartifySlash slashes in paths @@ -224,6 +250,7 @@ these groups: Example: (my terminal emulator supports 256 colors) hi StartifyBracket ctermfg=240 + hi StartifyHeader ctermfg=203 hi StartifyNumber ctermfg=215 hi StartifyPath ctermfg=245 hi StartifySlash ctermfg=240