From b3343bc0991cfa736751e4cca90a83d7cf38eb61 Mon Sep 17 00:00:00 2001 From: SuenagaRyota Date: Sat, 30 Sep 2017 13:41:59 +0900 Subject: [PATCH] Created Vim mode (markdown) --- Vim-mode.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Vim-mode.md 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