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

Add menu autocomplete #559

Open
entrity opened this issue Dec 20, 2021 · 1 comment
Open

Add menu autocomplete #559

entrity opened this issue Dec 20, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@entrity
Copy link

entrity commented Dec 20, 2021

Is your feature request related to a problem? Please describe.
I'm frustrated when I want to perform an action but can't remember how to do it (whether it be a keybinding or an item under some menu).

Describe the solution you'd like
I'd like to be able to type what I want into a search field and have that field populate a list of menu items or keybinding which fuzzy-match my search.

The kind of functionality I would like is what sublime text offers when I press ctrl+shift+p or what Windows terminal offers (again, when I press ctrl+shift+p).

Describe alternatives you've considered
I've not thought of anything short of memorizing keybindings better.

Additional context
Here's a screenshot of what sublime text provides:
sublime-20 11-15-34

@mattrose mattrose added the enhancement New feature or request label Dec 21, 2021
@mattrose
Copy link
Member

This is a fantastic idea, and I was thinking of adding something like this as well. PRs are welcome.

vssdeo added a commit to vssdeo/terminator that referenced this issue Nov 1, 2022
- added a filter to the preferences menu for easy access to shortcuts
- may require some tweak, on search term size and update
Note: when edited in prefs it seems the Short Cut Labes in (right click) Context Menu are not updated will fix that in that bug Issue gnome-terminator#662
mattrose added a commit that referenced this issue Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants