Doc: remove redundant descriptions
This commit is contained in:
parent
13e3fd5c58
commit
8c28dc6f2e
|
@ -119,22 +119,22 @@ The default for Windows systems is '$HOME\vimfiles\session'.
|
||||||
<
|
<
|
||||||
At the moment startify supports these lists:~
|
At the moment startify supports these lists:~
|
||||||
|
|
||||||
1) "files" - Most recently used files.
|
1) "files"
|
||||||
|
|
||||||
This lists the most recently used files using viminfo. The number of files
|
This lists the most recently used files using viminfo. The number of files
|
||||||
is limited by g:startify_files_number.
|
is limited by g:startify_files_number.
|
||||||
|
|
||||||
2) "dir" - Most recently changed files in the current directory.
|
2) "dir"
|
||||||
|
|
||||||
This lists the files from the current directory sorted by modification
|
This lists the files from the current directory sorted by modification
|
||||||
time. The number of files is limited by g:startify_files_number.
|
time. The number of files is limited by g:startify_files_number.
|
||||||
|
|
||||||
3) "bookmarks" - Bookmarks.
|
3) "bookmarks"
|
||||||
|
|
||||||
This lists bookmarks, thus hardcoded files or directories that will always
|
This lists bookmarks, thus hardcoded files or directories that will always
|
||||||
be shown. Have a look at g:startify_bookmarks.
|
be shown. Have a look at g:startify_bookmarks.
|
||||||
|
|
||||||
4) "sessions" - Sessions.
|
4) "sessions"
|
||||||
|
|
||||||
This lists all the sessions saved in the directory
|
This lists all the sessions saved in the directory
|
||||||
g:startify_session_dir.
|
g:startify_session_dir.
|
||||||
|
|
Loading…
Reference in a new issue