How do I bind commands to F1-F12? #6357
Unanswered
zt15905696693
asked this question in
Q&A
Replies: 1 comment
-
That syntax is correct. For example, this binds Ctrl F2 to # ~/.config/helix/config.toml
[keys.normal]
C-F2 = "toggle_comments" Your terminal emulator or operating system might be handling the C-F10 keypress instead of passing it to Helix though. Also note that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried "C-F10" = ":run-shell-command cargo run" but it didn't work. What if I used a normal key like "C-t" = ":run-shell-command cargo run"?
Beta Was this translation helpful? Give feedback.
All reactions