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

cli: +list-keybinds doesn't show trigger sequence keybinds #4505

Open
mitchellh opened this issue Jan 3, 2025 · 0 comments
Open

cli: +list-keybinds doesn't show trigger sequence keybinds #4505

mitchellh opened this issue Jan 3, 2025 · 0 comments
Labels
cli `ghostty` command-line interface

Comments

@mitchellh
Copy link
Contributor

Discussed in #4481

Originally posted by eshom January 3, 2025
On v1.0.1

I have a bunch of "ctrl+a>..." based keybinds and I was surprised to not see them on ghostty +list-keybinds.

I then saw this in the source code:

in src/cli/list_keybinds.zig

[...]
    while (iter.next()) |bind| {
        const action = switch (bind.value_ptr.*) {
            .leader => continue, // TODO: support this
            .leaf => |leaf| leaf.action,
        };
[...]

I could not find an issue for it, should there be? In any case it would be a nice thing to have.

Anyway, Thank you! I've been enjoying ghostty a lot so far.

Edit: Saw it was mentioned in PR #2121 after the fact.

@mitchellh mitchellh added the cli `ghostty` command-line interface label Jan 3, 2025
@mitchellh mitchellh changed the title +list-keybinds doesn't show trigger sequence keybinds cli: +list-keybinds doesn't show trigger sequence keybinds Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli `ghostty` command-line interface
Projects
None yet
Development

No branches or pull requests

1 participant