Skip to content

Commit 8889253

Browse files
committed
feat(mappings): add new quickfix/locallist mappings
1 parent ad82f59 commit 8889253

File tree

3 files changed

+31
-18
lines changed

3 files changed

+31
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/mdx": "^3.1.2",
15-
"@astrojs/starlight": "^0.25.0",
15+
"@astrojs/starlight": "^0.25.1",
1616
"@astrojs/starlight-docsearch": "^0.1.1",
1717
"@astrojs/starlight-tailwind": "^2.0.3",
1818
"@astrojs/tailwind": "^5.1.0",

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/docs/mappings.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@ AstroNvim generally relies on `<Leader>` driven mappings, which is default set t
5555
| Open a buffer tab in a new horizontal split with interactive picker | `Leader + b\` |
5656
| Open a buffer tab in a new vertical split with interactive picker | <code>Leader + b&#124;</code> |
5757

58+
## List Management
59+
60+
| Action | Mappings |
61+
| ------------------------- | -------- |
62+
| Next Quickfix Entry | `]q` |
63+
| Previous Quickfix Entry | `[q` |
64+
| Last Quickfix Entry | `]Q` |
65+
| First Quickfix Entry | `[Q` |
66+
| Next Local List Entry | `]l` |
67+
| Previous Local List Entry | `[l` |
68+
| Last Local List Entry | `]L` |
69+
| First Local List Entry | `[L` |
70+
5871
## Better Escape
5972

6073
| Action | Mappings |

0 commit comments

Comments
 (0)