diff --git a/plugins/toggleterm.nix b/plugins/toggleterm.nix index f4292f5..c1186aa 100644 --- a/plugins/toggleterm.nix +++ b/plugins/toggleterm.nix @@ -94,5 +94,11 @@ _: ''; options.desc = "Rename current terminal"; } + { + mode = [ "n" "t" ]; + key = "tl"; + action = "TermSelect"; + options.desc = "List terminals"; + } ]; }