diff --git a/plugins/toggleterm.nix b/plugins/toggleterm.nix index 7e4aaaa..e2fffbb 100644 --- a/plugins/toggleterm.nix +++ b/plugins/toggleterm.nix @@ -93,7 +93,7 @@ in options.desc = "Switch to normal mode"; } { - mode = [ "n" "t" ]; + mode = [ "n" ]; key = "tn"; action.__raw = '' function() @@ -107,7 +107,7 @@ in options.desc = "Rename current terminal"; } { - mode = [ "n" "t" ]; + mode = [ "n" ]; key = "tl"; action = "TermSelect"; options.desc = "List terminals";