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

Not a number when a modifier key is pressed #25

Closed basyura closed 3 years ago

basyura commented 3 years ago

Ctrl + 2, Ctrl+3 を 2 カラム表示とプレビュー表示のショートカットキーに当てています。 Ctrl を押していても回数指定と判定されていて j でキー移動した場合に意図しない距離を移動してしまいます。 (2j or 3j の扱いになる)

修飾キーを押している場合は回数指定と判断しないように修正しました。

craftzdog commented 3 years ago

Looks good. Thanks!

basyura commented 3 years ago

マージありがとうございます!

craftzdog commented 3 years ago

Hmm, there is a regression issue reported here:

https://forum.inkdrop.app/t/vim-plugin/2228

ふーむ副作用があるようです

basyura commented 3 years ago

確かに再現しますねぇ・・・。 デバッグしてみますね。

craftzdog commented 3 years ago

Sorry, that was my fault! 6762f07601256ad627099807451b391cde0f454a

basyura commented 3 years ago

(`・ω・´)ゞ