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

tab completion enhancements #95

Open
stevesims opened this issue Nov 20, 2024 · 0 comments
Open

tab completion enhancements #95

stevesims opened this issue Nov 20, 2024 · 0 comments

Comments

@stevesims
Copy link
Contributor

currently tab completion will, on finding a match, fill in the remainder of the match and then place the cursor at the end of the line

ideally when tab-completing the cursor should be left at the end point of the text that has been inserted

additionally in the event of multiple matches it would be nice to be able to cycle through them by repeatedly pressing tab. technically, this would mean keeping track of where the insertion point as at the end of the last tab-complete to allow for the previous version to be removed

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

No branches or pull requests

1 participant