Left bracket. right bracket (bracket mode / unimpaired mode) #6364
-
I'm on a non-US keyboard where brackets Is there a way to trigger the bracket mode with other keys on my keyboard that only requires a single keypress? |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Mar 19, 2023
Replies: 1 comment
-
It isn't currently possible to remap entire sub-keymaps like # ~/.config/helix/config.toml
[keys.normal.C-t] # rebinds them under 'Ctrl t' but this could be any key
d = "goto_prev_diag"
D = "goto_first_diag"
g = "goto_prev_change"
# ... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tomhe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It isn't currently possible to remap entire sub-keymaps like
g
or]
/[
. You can remap the commands used in that submap though: