-
-
Notifications
You must be signed in to change notification settings - Fork 604
vim style config: allow Q in pop-up inputs #818
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
Conversation
From what I see the issue I’m having wasn’t approached in the other PR. In vim you generally use The other PR tried to change the uppercase I didn’t change |
Since |
ok lets do that, lets only change the exit then.. what do you think @yanganto (you made the initial vi bindings, and capital Q was still your decision) ? now that we have the dedicated |
Yes, I use Shift + |
actually the idea is: for your personal muscle memory you can still keep |
or, as initially proposed, rebind |
Thanks for mention me. It is good for making the new users comfortable with much easier memory configure. Changing to |
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. gitui-org#771).
Rebinding quit to Q instead is good. The reason I love |
@silmeth Thanks for making this. 😄 |
@silmeth like I said, lets change |
@silmeth thank you ❤️ |
Change
exit
(which exits the app regardless of context) to Ctrl+C, and move Shift+Q toquit
(which doesn’t cause quitting on upper-caseQ
insert in popup inputs, cf. #771).