Skip to content

Commit

Permalink
feat: Add terminal mappings
Browse files Browse the repository at this point in the history
- Add terminal mappings in mappings.md
  • Loading branch information
Gabryel8818 authored Nov 30, 2023
1 parent 4a86c29 commit 736b55b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/content/docs/basic-usage/mappings.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,14 @@ sidebar:
| Git Status | `Leader + gt` |
| LSP Symbols | `Leader + ls` |
| LSP Workspace Symbols | `Leader + lG` |

## Terminal Mappings
| Action | Mappings |
| --------------------------------- | ---------------------- |
| Open Floating Terminal | `Leader + tf` or `<F7` |
| Open Horizontal Terminal | `Leader + th` |
| Open Vertical Terminal | `Leader + tv` |
| Open Toggle Lazygit | `Leader + tl` |
| Open Toggle node | `Leader + tn` |
| Open Toggle Python | `Leader + tp` |
| Open Toggle btm | `Leader + tt` |

0 comments on commit 736b55b

Please sign in to comment.