doc: add to FAQ
This commit is contained in:
parent
edcae997e7
commit
1f61fb4f07
|
@ -28,8 +28,8 @@ CONTENTS *startify-contents*
|
||||||
==============================================================================
|
==============================================================================
|
||||||
1. Intro *startify-intro*
|
1. Intro *startify-intro*
|
||||||
|
|
||||||
Startify is a zero-conf plugin which shows recently used files and sessions
|
Startify is a zero-conf plugin which shows recently used files, bookmarks and
|
||||||
that were saved to a certain directory.
|
sessions that were saved to a certain directory.
|
||||||
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
@ -138,12 +138,18 @@ Open the startify buffer.
|
||||||
"I don't want the start screen to use cursorline!"
|
"I don't want the start screen to use cursorline!"
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
Startify sets its own filetype 'startify'. Thus one could set buffer-local
|
Startify sets its own filetype "startify". Thus one could set buffer-local
|
||||||
options like this:
|
options like this:
|
||||||
|
|
||||||
autocmd FileType startify setlocal nocursorline
|
autocmd FileType startify setlocal nocursorline
|
||||||
|
|
||||||
|
|
||||||
|
"Last recently used files don't seem to get updated at :Startify!"
|
||||||
|
-----------------------------------------------------------
|
||||||
|
|
||||||
|
It's because Vim loads the list from viminfo only once, at startup.
|
||||||
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
6. About the author *startify-author*
|
6. About the author *startify-author*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue