Skip to content

Commit

Permalink
Fix: invalid mapping for floating terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Luks17 committed Aug 4, 2024
1 parent 6b25d09 commit 5e41f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/mappings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ AstroNvim generally relies on `<Leader>` driven mappings, which is default set t

| Action | Mappings |
| ------------------------ | ----------------------- |
| Open Floating Terminal | `Leader + tf` or `<F7>` |
| Open Horizontal Terminal | `Leader + th` |
| Open Floating Terminal | `Leader + tf` |
| Open Horizontal Terminal | `Leader + th` or `<F7>` |
| Open Vertical Terminal | `Leader + tv` |
| Open Toggle Lazygit | `Leader + tl` |
| Open Toggle node | `Leader + tn` |
Expand Down

0 comments on commit 5e41f23

Please sign in to comment.