howdy.vim
December 9, 2017 · View on GitHub
A tiny MRU start screen for Vim.
Usage
-
Install Howdy using your favorite plugin manager or copy each file to its corresponding directory under
~/.vim/. -
Type
<CR>to open a file. -
Type
qto exit to a markdown scratch buffer. -
If there are files you want Howdy to ignore, add the patterns to be matched to
g:howdy_ignore:let g:howdy_ignore = [ 'vim\/runtime\/doc\/.*.txt' ](That's the default, causing Howdy to ignore Vim's help files.)
-
Use
:Howdyto open Howdy anytime.
That's it!
See also
You may also be interested in my other plugins:
- Ditto: highlight overused words :speak_no_evil:
- Redacted: the best way to ████ the ████ :no_mouth:
- Dialect: project specific spellfiles :speech_balloon:
- Chalk: better fold markers :pencil2: