You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It bothers me a little that undo is mapped to z while redo is mapped to C-z, because from years of dealing with other software I'm going to hit C-z by instinct when I want to undo something.
Describe the solution you'd like
I'd prefer if undo was C-z by default, while redo was C-y (there's a roughly even split between programs that use C-y for redo and those that use C-S-z for redo, but I've always preferred C-y). This would also require the current mapping of C-y (Copy pull request URL to clipboard) to be mapped to something else; C-u for URL is currently unused and could work.
Describe alternatives you've considered
I could, of course, remap these myself in config.yml, and probably will. But since the undo/redo feature is relatively new, it's probably not too late to change the default config, since not too many people will have gotten used to the current setup yet. So it's worth having a public discussion of whether people prefer the current keybindings, or whether more people would like C-z to mean "undo" and C-y to mean "redo".
The text was updated successfully, but these errors were encountered:
Unofficial poll, please vote with thumbs-up and thumbs-down responses to this comment (not the issue description):
👍 = I would prefer if C-z meant "undo" and C-y meant "redo"
👎 = I like the status quo where z means "undo" and C-z means "redo"
Note that a 👍 vote would also mean that "Copy pull request URL to clipboard" (which is currently C-y) would need to be changed to something else, so that the C-y keybinding would be freed up to mean "redo".
Edit: I have, of course, voted 👍 on this unofficial poll. 😀
Is your feature request related to a problem? Please describe.
It bothers me a little that undo is mapped to
z
while redo is mapped toC-z
, because from years of dealing with other software I'm going to hitC-z
by instinct when I want to undo something.Describe the solution you'd like
I'd prefer if undo was
C-z
by default, while redo wasC-y
(there's a roughly even split between programs that useC-y
for redo and those that useC-S-z
for redo, but I've always preferredC-y
). This would also require the current mapping ofC-y
(Copy pull request URL to clipboard) to be mapped to something else;C-u
for URL is currently unused and could work.Describe alternatives you've considered
I could, of course, remap these myself in
config.yml
, and probably will. But since the undo/redo feature is relatively new, it's probably not too late to change the default config, since not too many people will have gotten used to the current setup yet. So it's worth having a public discussion of whether people prefer the current keybindings, or whether more people would likeC-z
to mean "undo" andC-y
to mean "redo".The text was updated successfully, but these errors were encountered: