modules/keymaps: add replace_keycodes keymap sub-option

This commit is contained in:
Gaetan Lepage 2025-03-26 01:24:27 +01:00
parent fe95b14d52
commit 95573411bc
2 changed files with 13 additions and 1 deletions

View file

@ -48,6 +48,12 @@
key = "<C-z>";
action = "bar";
}
{
mode = "n";
key = "<C-h>";
action.__raw = "function() end";
options.replace_keycodes = false;
}
];
};