pogyomo / submode.nvim

Create your own submode
MIT License
41 stars 0 forks source link

support abbreviation #4

Closed pogyomo closed 9 months ago

pogyomo commented 9 months ago

In nightly-neovim, nvim_set_keymap has supported abbreviation. As submode.create accept the mode same as nvim_set_keymap accept, so it seems that abbreviation should be supported.

pogyomo commented 9 months ago

I found if I implement it naturally, the process of registration of leave keys will broken. So I'll stop working here until I can come up with some better ideas.

pogyomo commented 9 months ago

I have never used abbreviation and I think implementing it is seem to be hard, so I'll close this issue until I need abbreviation when using submode.