Skip to content

Commit

Permalink
fix(mappings): Fix wrong mapping (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Jun 27, 2024
1 parent 793895d commit 85ca86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/mappings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ AstroNvim generally relies on `<Leader>` driven mappings, which is default set t

| Action | Mappings |
| --------------------------------- | ---------------- |
| Resume previous search | `Leader + Enter` |
| Resume previous search | `Leader + f + Enter` |
| Marks | `Leader + f'` |
| Buffers | `Leader + fb` |
| Word at cursor | `Leader + fc` |
Expand Down

0 comments on commit 85ca86c

Please sign in to comment.