Skip to content

gitui doesn't respect sttr intr setting #2662

Open
@crabdancing

Description

@crabdancing

Describe the bug

gitui does not respect your interrupt key setting. I'm not sure if it's currently configurable, but it's hardcoded to at least default to Ctrl+C. This is Surprising to users.

To Reproduce
Steps to reproduce the behavior:

mkdir test-git-dir
cd test-git-dir
git init
sttr intr ^Q # set interrupt key to Ctrl+Q
gitui

Expected behavior

Expected gitui to quit. Instead, Ctrl+C quits.

Context (please complete the following information):

  • OS/Distro + Version: NixOS 24.11 (Vicuna)
  • GitUI Version gitui 0.26.3
  • Rust version: N/A (pulled precompiled from NixOS cache)

Also tested against both Fish and Bash on wezterm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions