mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-10 19:41:43 +02:00
* Add keyboard modes to editor (vim, emacs, default) This adds a new option to settings, and then sets the appropriate keyboard handler in the ace editor. The "default" option is equivalent to the old keyboard behaviour. * Remove stray console.log * Move the keyboard-mode setting to the general section * Change `keyboardMode` setting to `editor.keyboardMode`