- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 647
Open
Labels
Description
I like use my shell's job control features, but it seems Ctrl + Z is catched by gitui, so that nothing happens when I press it. Ideally, this would get me back to my shell, with gitui as a suspended background process.
For now, I quit and restart gitui when I make up my mind or want to context switch, which clears the non-git state such as the selection cursor.
I also don't really see where Ctrl + Z is used as a key shortcut, so it might even be unnecessary to catch it?
GfEW
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
extrawurst commentedon Jan 12, 2022
Puh that is something.. not sure we can even „selectively“ catch key events or bubble them back up for your terminal to catch.
raphCode commentedon Jan 12, 2022
I did some research:
Ctrl+Z
+fg
crossterm-rs/crossterm#494So it seems the problem lies within crossterm and we just need to wait until it is fixed there?
extrawurst commentedon Jan 12, 2022
Thanks for the research! That’s great work
stale commentedon Mar 17, 2024
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Ctrl+L
to Repaint Screen #2703