microsoft / inshellisense

IDE style command line auto complete
MIT License
8.22k stars 180 forks source link

Make it possible to configure keybindings #143

Closed catwang01 closed 3 months ago

catwang01 commented 6 months ago

As a vimer, I always hate up and down and want to rebind them to ctrl+k and ctrl+j. But it seems there is not way to rebind it in inshellisense.

Is there any plan to make the keybinding (tab, enter, up and down) configurable?

alanhe421 commented 6 months ago

According to the current design, I understand that it must be better to have single-character keys. For example, tab can be customized as enter. Multi-character combination keys, I understand that the current design cannot support.

Can you accept it?

cpendery commented 4 months ago

It's definitely possible and has become easier with the recent changes to suggestionManager. Added to the backlog