fix weird terminal behavior with the space key
This commit is contained in:
parent
7b3b6e3ed6
commit
2a81d89cc5
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue