https://github.com/mhinz/vim-startify.git

Marco Hinz ee344d3be3 screenshot: update před 12 roky
autoload a8d388f956 refactor load/save_session() před 12 roky
doc bb1c61c8bd docs: clarify on navigation před 12 roky
plugin ddcfad47d0 use expand() in fname check před 12 roky
syntax 97e41735ba init před 12 roky
.gitignore 97e41735ba init před 12 roky
README.md 3621e4ee5a stress bullet points před 12 roky
startify.png ee344d3be3 screenshot: update před 12 roky

README.md

vim-startify

Startify basically provides two things:

1) 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.

You can either navigate to a certain menu entry or you just key in whatever is written between the square brackets on that line.

2) 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:

  1. git clone https://github.com/tpope/vim-pathogen ~/.vim/bundle/vim-pathogen
  2. mkdir -p ~/.vim/autoload && cd ~/.vim/autoload
  3. ln -s ../bundle/vim-pathogen/autoload/pathogen.vim

Afterwards installing Sy is as easy as pie:

  1. git clone https://github.com/mhinz/vim-startify ~/.vim/bundle/vim-startify
  2. start Vim
  3. :Helptags
  4. :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.