Ability to add custom commands with no keybind? #2283
Closed
DominickVale
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
customCommands:
- key: null
command: git cz
context: files
subprocess: true or simply customCommands:
- command: git cz
context: files
subprocess: true |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Considering the fact that as far as I understand there's no way to add ALT and differentiate between lowercase and uppercase keybinds, would it be possible to make the -key option either optional or add a null key so that it shows up in the help menu and I can just press enter on it to execute?
Beta Was this translation helpful? Give feedback.
All reactions