vim-notes
vim-notes copied to clipboard
How to edit the currently opened note?
When I have a note open named "thesis structure.txt" I can't seem to make 'vim-notes'-syntax work. I read from the documentation that i must write ":Note thesis", but this only opens a new note called thesis.
Where have you stored thesis structure.txt? AFAIK vim-notes only works in specified directories. By default, the only specified directory is the misc/notes/user in your vimfiles or .vim folder. You can change the g:notes_directories option in your vimrc (see here) if you want vim-notes to work in the folder where you store thesis structure.txt.