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

feat!: add an option for mappings in prompt #271

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

delphinus
Copy link
Member

@delphinus delphinus commented Nov 5, 2024

Fix #48

In previous build, you cannot use <Tab>/<S-Tab> in insert mode in prompt
because these are used to complete workspace filters. This is reported
to be annoying, so I did a breaking change to disable this in default.

teocns and others added 3 commits October 19, 2024 16:03
This reverts commit c2138f3.
In previous build, you cannot use <Tab>/<S-Tab> in insert mode in prompt
because these are used to complete workspace filters. This is reported
to be annoying, so I did a breaking change to disable this in default.
@delphinus delphinus merged commit 8622ef4 into master Nov 5, 2024
18 checks passed
@delphinus delphinus deleted the feat/mappings-in-prompt branch November 5, 2024 06:08
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.

Using <Tab> instead of <C-n> does not work
2 participants