Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 652 Bytes

vim-DevNotes

devnotes.vim is a vim (http://www.vim.org) plugin that streamlines development note taking. It's also shipped with an useful statusline function, to get a quick peek on how many notes are still pending.

Screenshot

screenshot

Installation

Copy all files to your ~/.vim directory or use Tim Pope's excellent pathogen plugin (http://github.com/tpope/vim-pathogen).

Usage

:call DevNotes() will run open a split buffer with your notes.

See the full documentation for more.