-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Vim mode
SuenagaRyota edited this page Sep 30, 2017
·
3 revisions
You can use Vim keymap.
Preferences
-> UI
-> Editor Keymap
Don't forget to restart Boostnote.
:q
, :qw
, :wq
and :q!
are available to escape from Edit mode.
ref: https://github.com/BoostIO/Boostnote/pull/885
You can customize your keymaps, but it's not actually supported. If you want to map jj
as Esc
, run the script below on the developer console.
CodeMirror.Vim.map('jj', '<Esc>', 'insert')
I'll implement an easier way in Preferences
.
There's no way to share yank and clipboard for now.
Guide
- English: Getting Started
UI
Theme
Syncing & Collaboration
Usage
Integrations
For developers
Others
Communication with us