diff options
| author | ChristianChiarulli <[email protected]> | 2019-02-20 12:24:54 -0500 | 
|---|---|---|
| committer | ChristianChiarulli <[email protected]> | 2019-02-20 12:24:54 -0500 | 
| commit | 718b37578cca47c3bf25a6a4439f28322b4f46c9 (patch) | |
| tree | 7727d34e6cd423609dfe4219f36d06ddd58567f4 /modules/startify.vim | |
| parent | 58e442cabcda44468718f8b5811f9ce5eeb0fa10 (diff) | |
added which key and remapped bindings
Diffstat (limited to 'modules/startify.vim')
| -rw-r--r-- | modules/startify.vim | 22 | 
1 files changed, 16 insertions, 6 deletions
| diff --git a/modules/startify.vim b/modules/startify.vim index 46731681..8cdaf8b8 100644 --- a/modules/startify.vim +++ b/modules/startify.vim @@ -1,6 +1,16 @@ -let g:startify_custom_header = [                                                                                                                                                                                  -	\ '     _   __                _         ', -	\ '    / | / /__  ____ _   __(_)___ ___ ', -	\ '   /  |/ / _ \/ __ \ | / / / __ `__ \', -	\ '  / /|  /  __/ /_/ / |/ / / / / / / /', -	\ ' /_/ |_/\___/\____/|___/_/_/ /_/ /_/ '] + +let g:startify_custom_header = [ +\ '  __    _________                            __    ____   ____.__          ', +\ ' / /   /   _____/__________    ____  ____    \ \   \   \ /   /|__| _____   ', +\ '/ /    \_____  \\____ \__  \ _/ ___\/ __ \    \ \   \   Y   / |  |/     \  ', +\ '\ \    /        \  |_> > __ \\  \__\  ___/    / /    \     /  |  |  Y Y  \ ', +\ ' \_\  /_______  /   __(____  /\___  >___  >  /_/      \___/   |__|__|_|  / ', +\ '              \/|__|       \/     \/    \/                             \/  '] + + +"let g:startify_custom_header = [                                                                                                                                                                                  +  "\ '     _   __                _         ', +  "\ '    / | / /__  ____ _   __(_)___ ___ ', +  "\ '   /  |/ / _ \/ __ \ | / / / __ `__ \', +  "\ '  / /|  /  __/ /_/ / |/ / / / / / / /', +  "\ ' /_/ |_/\___/\____/|___/_/_/ /_/ /_/ '] | 
