sb.vim is a plugin which interfaces with the the Second Brain CLI
Using vim-plug
Plug 'Aadam-Ali/sb'
- sb >0.1.0
Command | List |
---|---|
:SBLinkNote |
Place link to note under cursor (sb link ) |
:SBNewNote |
Creates a new note and opens it (sb new ) |
:SBNewPrivateNote |
Creates a new private note and opens it (sb new -p ) |
:SBOpenNote |
Opens note from link (sb path ) |
There are no default keybinds defined to run these commands, these are up to the user. Please raise an issue if you would like to be provided with default keybinds.
For now this is a hobby project, so I haven't invested any time into writing up a contribution guide.
However, if there are improvements that people would like to make I'd be happy to accept issues / PRs.