-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
new quit key binding #771
Labels
Milestone
Comments
extrawurst
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Jun 5, 2021
silmeth
added a commit
to silmeth/gitui
that referenced
this issue
Jul 15, 2021
Change `exit` (which exits the app regardless of context) to <kbd>Ctrl</kbd>+<kbd>C</kbd>, and move <kbd>Shift</kbd>+<kbd>Q</kbd> to `quit` (which doesn’t cause quitting on upper-case `Q` insert in popup inputs, cf. extrawurst#771).
silmeth
added a commit
to silmeth/gitui
that referenced
this issue
Jul 15, 2021
Change `exit` (which exits the app regardless of context) to <kbd>Ctrl</kbd>+<kbd>C</kbd> (which doesn’t cause quitting on upper-case `Q` insert in popup inputs, cf. extrawurst#771).
extrawurst
pushed a commit
that referenced
this issue
Jul 15, 2021
Change `exit` (which exits the app regardless of context) to <kbd>Ctrl</kbd>+<kbd>C</kbd> (which doesn’t cause quitting on upper-case `Q` insert in popup inputs, cf. #771).
Been using this change recently and it works really well. Thanks! |
happy to hear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since this comes up so often my plan is to introduce a new
quit_app
key-binding that only reacts if no popup is open.For reference: #770 , #766
this means:
exit_popup
(ESC) to close it which allows closing text input popups that otherwise collide withq
-keyexit
(CTRL+C) that exits the app no matter in what placequit_app
(Q or ESC) will close the app only when no popup is openI am hoping to be able to cater for all the needs that where raised so far.
The text was updated successfully, but these errors were encountered: