dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.06k stars 67 forks source link

Add key binding to accept completion with the right-arrow key #165

Closed liamhennebury closed 9 months ago

liamhennebury commented 9 months ago

Description

zsh-autosuggestions uses right-arrow to select a suggestion. I found that I end up hitting right-arrow often when using litecli. This change adds a key binding for right-arrow to accept a completion.

Checklist

amjith commented 9 months ago

Thank you!