'Cmd-c' shortcut doesn't work (on Mac) while 'Cmd-backspace' and 'C-c' does #12270
Unanswered
VasylBaran
asked this question in
Troubleshooting
Replies: 1 comment 4 replies
-
@the-mikedavis thank you for adding support for Cmd key in 271c32f I wonder, have you tried to assign any action to 'Cmd-c' shortcut inside config.toml file? Does it work for you and does it trigger the action? Thanks again! ;-) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm loving helix. While trying to customize the shortcuts a bit I've added the following to my config.toml:
Cmd-c = "yank"
Cmd-v = "paste_after"
In this configuration 'paste_after' works but 'yank' doesn't (nothing happens)
If I trigger 'yank' in a usual way (Space + y) it works, so it's more about the shortcut rather than about method.
Similar trouble with 'S-backspace' assigned to "delete_selection" - nothing happens when it's 'S-backspace' but 'Cmd-backspace' works.
Reproduction Steps
Add the following to config.toml:
Cmd-c = "yank"
Cmd-v = "paste_after"
When I press "Cmd-c" (Command+C) I expected the selection to get copied (yanked). Instead, nothing happens.
Helix log
No response
Platform
macOS
Terminal Emulator
Alacritty
Installation Method
source
Helix Version
24.07 (e14c346)
Beta Was this translation helpful? Give feedback.
All reactions