Skip to content
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

Add editing-mode property to switch between emacs/vi modes in presto-cli #3377

Closed
kosinsky opened this issue Apr 7, 2020 · 0 comments · Fixed by #3602
Closed

Add editing-mode property to switch between emacs/vi modes in presto-cli #3377

kosinsky opened this issue Apr 7, 2020 · 0 comments · Fixed by #3602
Assignees

Comments

@kosinsky
Copy link
Contributor

kosinsky commented Apr 7, 2020

Presto-cli relies on JLine3 for console operations. jline3 removed support for .inputrc settings as a result presto-cli doesn't support vi key bindings anymore.

Later, support for vi/emacs edit mode was added in different form to use it we could add --editing-mode=vi/emacs flag.

We could use the same pattern as sqlline: julianhyde/sqlline#198

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants