mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-02 10:41:04 +01:00
thinkpad-nixos/work: Don't add review to insert mode
This commit is contained in:
parent
e27cc05ed8
commit
b107937360
1 changed files with 1 additions and 4 deletions
|
|
@ -22,10 +22,7 @@
|
|||
keymaps = [
|
||||
{
|
||||
key = "<leader>R";
|
||||
mode = [
|
||||
"n"
|
||||
"i"
|
||||
];
|
||||
mode = [ "n" ];
|
||||
action = helpers.mkRaw "team_picker";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue