feat(plugins/toggleterm): add keymap to list terminals

This commit is contained in:
Nicolas Goudry 2024-06-14 21:34:31 +02:00
parent 2d031c9e48
commit ad274f1144
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44

View file

@ -94,5 +94,11 @@ _:
'';
options.desc = "Rename current terminal";
}
{
mode = [ "n" "t" ];
key = "<Leader>tl";
action = "<cmd>TermSelect<cr>";
options.desc = "List terminals";
}
];
}