thinkpad-nixos/work: Don't add review to insert mode

This commit is contained in:
traxys 2024-07-15 10:55:23 +02:00
parent e27cc05ed8
commit b107937360

View file

@ -22,10 +22,7 @@
keymaps = [
{
key = "<leader>R";
mode = [
"n"
"i"
];
mode = [ "n" ];
action = helpers.mkRaw "team_picker";
}
];