feat(plugins/toggleterm): add keymap to list terminals
This commit is contained in:
parent
2d031c9e48
commit
ad274f1144
1 changed files with 6 additions and 0 deletions
|
|
@ -94,5 +94,11 @@ _:
|
|||
'';
|
||||
options.desc = "Rename current terminal";
|
||||
}
|
||||
{
|
||||
mode = [ "n" "t" ];
|
||||
key = "<Leader>tl";
|
||||
action = "<cmd>TermSelect<cr>";
|
||||
options.desc = "List terminals";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue