diff --git a/Vim-mode.md b/Vim-mode.md new file mode 100644 index 0000000..78a00ef --- /dev/null +++ b/Vim-mode.md @@ -0,0 +1,17 @@ +You can use Vim keymap. + +# Setting +`Preferences` -> `UI` -> `Editor Keymap` + +![image](https://user-images.githubusercontent.com/11307908/31042494-8656dc28-a5e4-11e7-9eb9-17fbcc5a084a.png) + +# Specifications +## :q to escape from Edit mode +`:q`, `:qw`, `:wq` and `:q!` are available to escape from Edit mode. + +![f76f1b74be813ee10f631b1cd41486d0](https://user-images.githubusercontent.com/11307908/30750823-703cde58-9ff2-11e7-8da6-236fbe3a7c0d.gif) + +ref: https://github.com/BoostIO/Boostnote/pull/885 + +# note +There's no way to share yank and clipboard for now. \ No newline at end of file