inkdropapp / inkdrop-vim

Provides Vim modal control for Inkdrop, blending the best of Vim and Inkdrop
https://www.inkdrop.app/
MIT License
101 stars 9 forks source link

Missing normal motion commands #1

Closed kiryph closed 7 years ago

kiryph commented 7 years ago

I miss

And I like following way of entering insert mode:

Obviously there are many more, but these were those which I instantaneously noted.

craftzdog commented 7 years ago

Hi, thank for the feedback!

Some keymaps are missing as you pointed out. It is my fault that I forgot to add them to the keymaps. I'll work on it.

I guess it can't support gi because the vim support is based on CodeMirror implementation and it doesn't support it.

craftzdog commented 7 years ago

0 is mapped to |:

https://github.com/inkdropapp/inkdrop-vim/blob/master/keymaps/vim.json#L30

craftzdog commented 7 years ago

vim@0.2.3 is out. ge and gE have been supported. % matching bracket will be supported in the next release of Inkdrop.

Thanks!