> For the complete documentation index, see [llms.txt](https://kanneg881.gitbook.io/workspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kanneg881.gitbook.io/workspace/vim/wai-gua-tui-jian/wai-guan/vim-stratify.md).

# startify

## 介紹

讓 vim 剛開始的畫面更漂亮，並且顯示一些常用的檔案\
方便快速開啟檔案，也可以自己定義自己常用的檔案

![startify demo](/files/-LqjniP0ARCDaoq9O845)

## 下載

<https://github.com/mhinz/vim-startify>

## 簡易說明

`:Startify`\
打開 Startify 緩衝區

`q`\
關閉 Startify

可以把 .vimrc 加入到書籤\
把設定程式碼寫到 .vimrc

```
" 加入書籤，格式：{'快捷鍵', '檔案'}
let g:startify_bookmarks = [
    \ {'c' : '~/.vimrc'},
    \ ]
```
