vim-startify icon indicating copy to clipboard operation
vim-startify copied to clipboard

:link: The fancy start screen for Vim.

Results 90 vim-startify issues
Sort by recently updated
recently updated
newest added

I would like to name my sessions by my work's git branch naming convention, which is `[ticket-number]/[description]`, but startify interprets a "/" as if it's a path so when I...

Hi, is there a way to stop recording files in MRU completely before one does a grep from vim? As of now, browsing grep results from quickfix window results in...

I used to use https://github.com/xolox/vim-session, before I started using Startify's ``:S*`` commands to manage sessions. One benefit of vim-session is their tab scoped sessions: https://github.com/xolox/vim-session#tab-scoped-sessions. That allows opening sessions in...

Per [this Stack Overflow](https://stackoverflow.com/a/61306241/9313615) answer, it's possible to run `:tab ter` to get a new vim tab which spawns a terminal session. Startify seems to having issues and it launches...

Startify seems to add 100ms or so to VimEnter autocommand. When using dstein64/vim-startuptime to profile startuptime ``` event time percent VimEnter autocommand 109.76 27.92 ``` If I comment out "set...

This commit adds an option `g:startify_custom_header_center` to center the custom header, but it will not be defined unless the user sets it. The problem with `startify#center(...)` is that the centered...

Would it be possible to implement a way to re-render the header when opening Startify in a new window? Maybe a function `startify#update()` who knows.... I'm just looking for a...

This may be the result of a bug in vim and neovim, but it appears that passing an escaped directory path to `isdirectory` results in a false negative. This prevents...

I'm new to vim-startify and I like it a lot. I'm using NERDTree too. If I save session and NERDTree is open I have trouble on restore session so I...