Find a file
Marco Hinz 07b122f7b4
Enforce mapping order when using <nowait>
Opposed to normal mappings, the definition order is important when using
<nowait> mappings.

Simple test case:

:enew | nnoremap <buffer><nowait> 1 :echo "foo"<cr>| nnoremap <buffer><nowait> 11 :echo "bar"<cr>

Then hit 1 in normal mode.

:enew | nnoremap <buffer><nowait> 11 :echo "foo"<cr>| nnoremap <buffer><nowait> 1 :echo "bar"<cr>

Then hit 1 in normal mode again.

References #252.
2016-12-06 21:57:49 +01:00
autoload Enforce mapping order when using <nowait> 2016-12-06 21:57:49 +01:00
doc Doc: add g:startify_padding_left 2016-11-27 02:43:22 +01:00
pictures README: complete revamp 2015-12-27 20:15:59 +01:00
plugin Make session_autoload=1 && disable_at_vimenter=1 work 2016-03-20 16:28:46 +01:00
syntax Add g:startify_padding_left 2016-11-27 02:39:09 +01:00
test Tests: expect an empty &buftype 2016-06-01 01:09:56 +02:00
.gitignore Add doc/tags to .gitignore 2015-11-03 22:59:33 +01:00
.travis.yml Tests: use container-based infrastructure 2016-02-03 15:46:59 +01:00
CONTRIBUTING.md CONTRIBUTING: one commit per feature 2013-05-31 13:14:51 +02:00
LICENSE Small maintenance tasks 2015-04-28 15:34:11 +02:00
README.md Fix tests 2016-03-24 13:01:13 +01:00

Build Status

vim-startify


This plugin provides a start screen for Vim and Neovim.

It provides dynamically created headers or footers and uses configurable lists to show recently used or bookmarked files and persistent sessions. All of this can be accessed in a simple to use menu that even allows to open multiple entries at once.

Startify doesn't get in your way and works out-of-the-box, but provides many options for fine-grained customization.



Installation and Documentation

Use your favorite plugin manager.

Using vim-plug:

Plug 'mhinz/vim-startify'

It works without any configuration, but you might want to look into the documentation for further customization:

:h startify
:h startify-faq

Screenshot

Startify in action! That's it. A fancy start screen for Vim. (almost all visible features enabled - freely customizable)

Author and Feedback

If you like my plugins, please star them on Github. It's a great way of getting feedback. Same goes for issues reports or feature requests.

Contact: Twitter

Get your Vim on!