Skip to content

Commit 833dc4a

Browse files
authored
feat: add explicit toggle mapping (#170)
* feat: add explicit toggle mapping * fixup
1 parent 9ef7575 commit 833dc4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/mappings.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,13 @@ AstroNvim generally relies on `<Leader>` driven mappings, which is default set t
212212
| Action | Mappings |
213213
| ------------------------ | ----------------------- |
214214
| Open Floating Terminal | `Leader + tf` |
215-
| Open Horizontal Terminal | `Leader + th` or `<F7>` |
215+
| Open Horizontal Terminal | `Leader + th` |
216216
| Open Vertical Terminal | `Leader + tv` |
217217
| Open Toggle Lazygit | `Leader + tl` |
218218
| Open Toggle node | `Leader + tn` |
219219
| Open Toggle Python | `Leader + tp` |
220220
| Open Toggle btm | `Leader + tt` |
221+
| Toggle Current Terminal | `<F7>` |
221222

222223
## UI/UX Mappings
223224

0 commit comments

Comments
 (0)