autoload | ||
doc | ||
plugin | ||
syntax | ||
.gitignore | ||
README.md | ||
startify.png |
vim-startify
Startify basically provides two things:
-
If you start Vim without giving any filenames to it (or pipe stuff to it so it reads from STDIN), startify will show a small but pretty start screen which shows recently used files and sessions by default.
-
It eases handling of loading and saving sessions by only working with a certain directory. Two commands are used for convenience:
:SLoad load a session :SSave save a session
The default settings are pretty sane, so it should work without any configuration.
Feedback, please!
If you like any of my plugins, star it on github. This is a great way of getting feedback! Same for issues or feature requests.
Thank you for flying mhi airlines. Get the Vim on!
Installation
If you have no preferred installation method, I suggest using tpope's pathogen:
- git clone https://github.com/tpope/vim-pathogen ~/.vim/bundle/vim-pathogen
- mkdir -p ~/.vim/autoload && cd ~/.vim/autoload
- ln -s ../bundle/vim-pathogen/autoload/pathogen.vim
Afterwards installing Sy is as easy as pie:
- git clone https://github.com/mhinz/vim-startify ~/.vim/bundle/vim-startify
- start Vim
- :Helptags
- :h startify
Documentation
:h startify
Author
Marco Hinz <mh.codebro@gmail.com>
License
Copyright © Marco Hinz. Distributed under the same terms as Vim itself. See
:help license
.