From 5e41f23ed07d83b42f7483d8118a2ab906481d5f Mon Sep 17 00:00:00 2001 From: Luks17 Date: Sun, 4 Aug 2024 18:54:34 -0400 Subject: [PATCH] Fix: invalid mapping for floating terminal --- src/content/docs/mappings.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/mappings.mdx b/src/content/docs/mappings.mdx index d215943de..5fbb9c8e7 100644 --- a/src/content/docs/mappings.mdx +++ b/src/content/docs/mappings.mdx @@ -211,8 +211,8 @@ AstroNvim generally relies on `` driven mappings, which is default set t | Action | Mappings | | ------------------------ | ----------------------- | -| Open Floating Terminal | `Leader + tf` or `` | -| Open Horizontal Terminal | `Leader + th` | +| Open Floating Terminal | `Leader + tf` | +| Open Horizontal Terminal | `Leader + th` or `` | | Open Vertical Terminal | `Leader + tv` | | Open Toggle Lazygit | `Leader + tl` | | Open Toggle node | `Leader + tn` |