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

Is it possible to use VI-mode? #85

Closed
ilya-bystrov opened this issue Oct 26, 2016 · 2 comments
Closed

Is it possible to use VI-mode? #85

ilya-bystrov opened this issue Oct 26, 2016 · 2 comments

Comments

@ilya-bystrov
Copy link

It looks like python-prompt-toolkit supports vi mode: https://github.com/jonathanslenders/python-prompt-toolkit/blob/master/docs/pages/building_prompts.rst#vi-input-mode and also supports dynamic switching between emacs and vi mode.

I think, it will be wonderful to use vi mode in http-prompt.

@eliangcs
Copy link
Contributor

Yes, it's possible and should be easy to do. Let's include this in the next release.

eliangcs added a commit that referenced this issue Nov 29, 2016
@eliangcs
Copy link
Contributor

The feature was added in PR #94 and merged to master. To enable vi mode, add this line in your config file:

vi = True

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

No branches or pull requests

2 participants