1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:00:04 +08:00

docs(quickfix): update readme

This commit is contained in:
Eric Wong 2025-01-01 20:52:45 +08:00
parent 2b02440de8
commit 8ccdee05c1

View File

@ -8,6 +8,7 @@
<!-- vim-markdown-toc GFM -->
- [Install](#install)
- [Key bindings in quickfix window](#key-bindings-in-quickfix-window)
- [Feedback](#feedback)
<!-- vim-markdown-toc -->
@ -28,6 +29,14 @@
Plug 'wsdjeg/quickfix.nvim'
```
## Key bindings in quickfix window
| Key bindings | description |
| ------------ | -------------------------------------------- |
| `dd` | remove item under cursor line in normal mode |
| `d` | remove selected items in visual mode |
| `c` | start filter mode |
## Feedback
The development of this plugin is in [`SpaceVim/bundle/quickfix.nvim`](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/quickfix.nvim) directory.