Closed oniatsu closed 4 years ago
Oops, there are duplicate keybindings:
"\"": "vim:move-to-mark"
"\"": "vim:register-prefix"
vim:move-to-mark
should be bound with '
as the original CodeMirror implementation:
https://github.com/inkdropapp/inkdrop-vim/blob/master/src/keymap.js#L111
landed in v2.1.1🎉
Thank you for quick fix!
Mark commands look like not to work. Is it only on my PC? https://github.com/inkdropapp/inkdrop-vim/blob/master/keymaps/vim.json#L85-L87
When I set other key to the commands, but the marking did not work in a similar way.
Other keybinds work correctly. (ex:
f
vim:find)