Created
November 24, 2024 11:51
-
-
Save Brick85/da9bc4b5a6c71cec55024e3a86f25ba8 to your computer and use it in GitHub Desktop.
Alacritty extended keys. In tmux > neovim <C-2>, not <C-Space>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[keyboard] | |
bindings = [ | |
{ key = "0", mods= "Control", chars = "\U0000001b[48;5u" }, | |
{ key = "1", mods= "Control", chars = "\U0000001b[49;5u" }, | |
{ key = "2", mods= "Control", chars = "\U0000001b[50;5u" }, | |
{ key = "3", mods= "Control", chars = "\U0000001b[51;5u" }, | |
{ key = "4", mods= "Control", chars = "\U0000001b[52;5u" }, | |
{ key = "5", mods= "Control", chars = "\U0000001b[53;5u" }, | |
{ key = "6", mods= "Control", chars = "\U0000001b[54;5u" }, | |
{ key = "7", mods= "Control", chars = "\U0000001b[55;5u" }, | |
{ key = "8", mods= "Control", chars = "\U0000001b[56;5u" }, | |
{ key = "9", mods= "Control", chars = "\U0000001b[57;5u" }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment