timo-reymann / bash-tui-toolkit

Toolkit to create simple Terminal UIs using plain bash builtins
Apache License 2.0
44 stars 4 forks source link

Introduce basic vim bindings in prompts #28

Closed sswastik02 closed 4 months ago

sswastik02 commented 4 months ago

closes #27

Description

Incorporates Basic Vim Bindings in prompt

basic vim bindings: vim key function
k up
j down
l right
h left
sswastik02 commented 4 months ago

@timo-reymann Please do let me know if any changes are necessary.

timo-reymann commented 4 months ago

Looks good to me, verified locally works like a charm 👍

timo-reymann commented 4 months ago

:tada: This PR is included in version 1.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: