mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
docs(quickfix): update readme
This commit is contained in:
parent
2b02440de8
commit
8ccdee05c1
@ -8,6 +8,7 @@
|
|||||||
<!-- vim-markdown-toc GFM -->
|
<!-- vim-markdown-toc GFM -->
|
||||||
|
|
||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
|
- [Key bindings in quickfix window](#key-bindings-in-quickfix-window)
|
||||||
- [Feedback](#feedback)
|
- [Feedback](#feedback)
|
||||||
|
|
||||||
<!-- vim-markdown-toc -->
|
<!-- vim-markdown-toc -->
|
||||||
@ -28,6 +29,14 @@
|
|||||||
Plug 'wsdjeg/quickfix.nvim'
|
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
|
## Feedback
|
||||||
|
|
||||||
The development of this plugin is in [`SpaceVim/bundle/quickfix.nvim`](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/quickfix.nvim) directory.
|
The development of this plugin is in [`SpaceVim/bundle/quickfix.nvim`](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/quickfix.nvim) directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user