title: Vim Notetaking Workflow categories: [cheatsheets]
For notetakig with vim, the plugin vim-notes is used.
Note: vim-notes is using mostly markdown syntax (great for converting to html, ...)
Settings in the .vimrc:
let g:notes_directories = ['~/documents/todo']
let g:notes_suffix = '.note'
" use this extension to autocmd Goyo
autocmd BufAdd *.note :Goyo 90%
vim note:thesis
SearchNotes xyz
:Goyo 90%
for the cleaner look! 😃mod+n
and start it as floating/scratchpad window-> Have one unique note-file for different topics. (eg. thesis, generic todo, ...)
For Todo-Items use:
* TODO For todo items
* DONE For things that are already done
* XXX For important things
Basic Layout:
title
## General
## Notes/Misc