-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: support vi key bindings (ala readline/bash/psql vi modes) #236
Comments
@hiphamster not at this time. We would like to incorporate more options in general for "readline" support (see github.com/xo/rline) as well as a much better, pure-Go implementation that supports all of that kind of stuff, but it is not a priority at the moment. We're focused on a 'usable 1.0' at the moment, which means general usable functionality. I agree that something like |
@kenshaw Thanks for the response! |
This would be a good feature. |
I've been working on a 100% pure Go readline replacement, as I too am a heavy vi keybinding user in bash / others. I've noted here, and elsewhere, that a readline replacement is as large of (or larger!) project than |
Hi, are there any updates regarding this? I like Have you considered using an existing Go readline implementation, instead of writing your own? chzyer/readline seems popular. It hasn't received updates in a while, but such a library likely doesn't require frequent maintenance. |
Is it possible to set vi key bindings in usql ?
The text was updated successfully, but these errors were encountered: