mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/keymaps: add replace_keycodes keymap sub-option
This commit is contained in:
parent
fe95b14d52
commit
95573411bc
2 changed files with 13 additions and 1 deletions
|
@ -48,6 +48,12 @@
|
|||
key = "<C-z>";
|
||||
action = "bar";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<C-h>";
|
||||
action.__raw = "function() end";
|
||||
options.replace_keycodes = false;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue