prompt-toolkit / prompt-toolkit/python-prompt-toolkit
how to change auto suggest right key?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 815
- PR merge metrics
- No merged PRs in 30d
Description
I believe it is called auto suggest and/or history,I want to change the right arrow key to alt/shift right for the auto suggest, but function normally and move 1 space right when right arrow key is pressed, could someone tell me what line/file to change? I don't know python but it should be fairly simple to change the bindings I'd imagine.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's auto-suggest or history handling and the right-arrow key binding; the issue does not name a file or test. Confirm how key bindings are configured, then verify that the suggested completion uses the alternate key while the right arrow still moves one space.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100