You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like this plugin to open a note if one matches the query, and open a new note with the query as the note filename if not. As it is, if no note is found, and I hit enter, nothing happens. If I set
let g:create_note_key = 'enter'
Then it will always create a new note, even if one is found.
Is there a way to unify searching and creating notes with a single keypress?