Skip to content

Add tab-completion#235

Open
achuie wants to merge 2 commits intophilj56:masterfrom
achuie:master
Open

Add tab-completion#235
achuie wants to merge 2 commits intophilj56:masterfrom
achuie:master

Conversation

@achuie
Copy link
Copy Markdown

@achuie achuie commented Sep 9, 2025

This PR adds tab-completion behavior. When tab is pressed, if the current input is not the same as the current selection, the input is replaced with the current selection. If they do match, the current selection is moved to the next result, similar to the original behavior. Shift+tab works with the same comparison to select the previous result.

I can make this a configurable option instead of default, if desired.

Apologies if I'm missing details, I didn't find any contribution guidelines. Happy to fix anything wrong.

Fixes #232

@achuie achuie mentioned this pull request Sep 12, 2025
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.

Tab key behavior

1 participant