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

restrict to certain vim modes #1652

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MatrixManAtYrService
Copy link

I am working on an app that uses prompt-toolkit to let users delete subsets of a string, but it's invalid to add anything to that string. In this case I want the prompt to be stuck in NAVIGATION mode.

After making this change to prompt toolkit, I can use it like so:

app.vi_state.allowed_input_modes = [InputMode.NAVIGATION]
app.run()

If there's a better way to achieve this, I'd be interested to hear about it. Thanks.

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

Successfully merging this pull request may close these issues.

1 participant