From 0086f94aac381f5dbfe8135797560d48a95d38eb Mon Sep 17 00:00:00 2001 From: Nicolas Goudry Date: Wed, 12 Jun 2024 08:08:57 +0200 Subject: [PATCH] =?UTF-8?q?refactor(plugins/toggleterm):=20map=202=C3=97ES?= =?UTF-8?q?C=20to=20normal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/toggleterm.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/toggleterm.nix b/plugins/toggleterm.nix index 3e4c19d..cf75cd1 100644 --- a/plugins/toggleterm.nix +++ b/plugins/toggleterm.nix @@ -73,5 +73,11 @@ _: action = "ToggleTerm"; options.desc = "Toggle terminal"; } + { + mode = "t"; + key = ""; + action = ""; + options.desc = "Switch to normal mode"; + } ]; }