How to remap keys in the 'space' mode? #4633
-
Discussed in #2844Originally posted by ipstone June 20, 2022 I tried to add the following in config.toml , but helix would not accept it: [keys.space] I tried liek this:
but that gives me:
|
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Nov 7, 2022
Replies: 1 comment
-
The [keys.normal.space]
space = "command_mode" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amstaniec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
:
is used for typable commands - ones that you can type out in the prompt in helix with:<command-name>
and use kebab-case.command_mode
is a regular command so you can bind to the command directly like so: