BoostIO/Boostnote







Do you want to work on this issue?
You can request for a bounty in order to promote it!
Support initialization script #3119
StevenJL posted onGitHub
I love that Boostnote supports vim bindings mode. YAY!! But every time I open up Boostnote I have to run this in the console
CodeMirror.Vim.map('kj', '<Esc>', 'insert')
Is it possible to add an "initialization script" that can be used to always run the above (and other vim customizations) when the application is opened?