vim-sussify/README.md

115 lines
3.1 KiB
Markdown
Raw Normal View History

2013-07-12 18:55:37 +00:00
![Example:startify in action](https://github.com/mhinz/vim-startify/raw/master/startify.png)
2013-04-23 14:41:02 +00:00
2013-07-19 10:36:24 +00:00
This is it. A start screen for Vim.
2013-04-24 06:01:07 +00:00
2013-07-12 18:55:37 +00:00
What does it provide?
---------------------
2013-07-19 10:36:24 +00:00
#### 1) It shows things on start!
2013-04-24 06:01:07 +00:00
2013-07-19 10:36:24 +00:00
If you start Vim without giving any filenames or piping text to it, Startify
will show a pretty start screen that shows a configurable list of items:
2013-04-24 08:42:35 +00:00
2013-07-19 10:36:24 +00:00
---
2013-07-19 10:36:24 +00:00
__Custom header__ ( _empty by default_ ):
2013-07-19 10:36:24 +00:00
How about some ASCII art action?
2013-07-19 10:36:24 +00:00
---
2013-04-24 06:06:47 +00:00
2013-07-19 10:36:24 +00:00
__Files from directory__ ( _disabled by default_ ):
2013-07-19 10:36:24 +00:00
This lists all files from the current directory sorted by modification time.
2013-04-24 06:01:07 +00:00
2013-07-19 10:36:24 +00:00
---
2013-04-24 06:01:07 +00:00
2013-07-19 10:36:24 +00:00
__Recently used files__ ( _enabled by default_ ):
This uses the viminfo file to get a list of most recently used files. The list
can also be filtered.
---
__Sessions__ ( _enabled by default_ ):
This will list all your sessions from a certain directory.
---
__Bookmarks__ ( _empty by default_ ):
Additionally, you can define bookmarks, thus entries for files that always
should be available on the start screen.
---
See `:h startify-options` for more information.
#### 2) Easy session handling
It eases handling of loading, saving and deleting sessions by always working
with one and the same directory. These commands are used for convenience:
:SLoad load a session
:SSave save a session
:SDelete delete a session
See `:h startify-commands` for more information.
#### 3) Easy but powerful entry handling
You can either navigate to a certain entry using `j`/`k` and hit `<cr>` or just
key in whatever is written between the square brackets on that line. You can
even double-click anywhere on the line.
Moreover, you can open several files at one go! Navigate to an entry and hit
either `b` (open in same window), `s` (open in split) or `v` (open in vertical
split) for marking it. You can mark several entries and also mix different
markers. Afterwards execute all the markers in the order they were given via
`<cr>`.
In case you don't want to open a file, there is also `e` for creating an empty
buffer, `i` for creating an empty buffer and jumping into insert mode and `q`
for quitting.
When one or more files were opened by Startify, it will close automatically. You
can always reopen the screen via `:Startify`.
2013-04-29 10:56:11 +00:00
2013-04-24 06:01:07 +00:00
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.
2013-07-19 10:36:24 +00:00
Thank you for flying mhi airlines. Get your Vim on!
2013-04-24 06:01:07 +00:00
2013-07-22 18:36:38 +00:00
You can also follow me on Twitter: [@_mhinz_](https://twitter.com/_mhinz_)
2013-07-19 10:36:24 +00:00
Installation & Documentation
----------------------------
2013-04-24 06:01:07 +00:00
2013-07-19 10:36:24 +00:00
If you have no preferred installation method, I suggest using tpope's
[pathogen](https://github.com/tpope/vim-pathogen). Afterwards installing
vim-startify is as easy as pie:
2013-04-24 06:01:07 +00:00
2013-05-31 10:55:31 +00:00
$ git clone https://github.com/mhinz/vim-startify ~/.vim/bundle/vim-startify
2013-07-19 10:36:24 +00:00
$ vim
2013-04-24 06:01:07 +00:00
2013-07-12 18:55:37 +00:00
It works without any configuration, but you might want to look into the
2013-07-19 10:36:24 +00:00
documentation for further customization:
2013-04-24 06:01:07 +00:00
2013-07-19 10:36:24 +00:00
:Helptags " rebuilding tags files
:h startify
2013-04-23 14:41:02 +00:00
Author
------
Marco Hinz `<mh.codebro@gmail.com>`
License
-------
Copyright © Marco Hinz. Distributed under the same terms as Vim itself. See
`:help license`.