fix weird terminal behavior with the space key

This commit is contained in:
Michael Flossmann 2024-09-09 14:30:54 +02:00
parent 7b3b6e3ed6
commit 2a81d89cc5

View file

@ -93,7 +93,7 @@ in
options.desc = "Switch to normal mode";
}
{
mode = [ "n" "t" ];
mode = [ "n" ];
key = "<Leader>tn";
action.__raw = ''
function()
@ -107,7 +107,7 @@ in
options.desc = "Rename current terminal";
}
{
mode = [ "n" "t" ];
mode = [ "n" ];
key = "<Leader>tl";
action = "<cmd>TermSelect<cr>";
options.desc = "List terminals";