vi keybindings support
pythops opened this issue ยท 2 comments
pythops commented
would be great to support the vi key bindings ๐
AmmarAbouZor commented
I believe there is an example how to achieve that within the examples in this repo. You still need to add the keybindigs and manage the modes manually though.
rhysd commented
modal
example is available. Since vi provides tons of key bindings, it is not possible to emulate all of them. If some of them are mandatory for you and not possible with current tui-textarea's APIs, please make a feature request respectively.