Skip to content

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