Skip to content

Commit 85ca86c

Browse files
authored
fix(mappings): Fix wrong mapping (#156)
1 parent 793895d commit 85ca86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/mappings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ AstroNvim generally relies on `<Leader>` driven mappings, which is default set t
162162

163163
| Action | Mappings |
164164
| --------------------------------- | ---------------- |
165-
| Resume previous search | `Leader + Enter` |
165+
| Resume previous search | `Leader + f + Enter` |
166166
| Marks | `Leader + f'` |
167167
| Buffers | `Leader + fb` |
168168
| Word at cursor | `Leader + fc` |

0 commit comments

Comments
 (0)