2025-01-01 20:43:55 +08:00
# quickfix.nvim
> _quickfix.nvim_ is a plugin which provides default key bindings for quickfix window.
[![ ](https://spacevim.org/img/build-with-SpaceVim.svg )](https://spacevim.org)
[![GPLv3 License ](https://img.spacevim.org/license-GPLv3-blue.svg )](LICENSE)
<!-- vim - markdown - toc GFM -->
- [Install ](#install )
2025-01-01 20:52:45 +08:00
- [Key bindings in quickfix window ](#key-bindings-in-quickfix-window )
2025-01-01 20:43:55 +08:00
- [Feedback ](#feedback )
<!-- vim - markdown - toc -->
## Install
1. Using `quickfix.nvim` in SpaceVim:
```toml
[[layers]]
name = 'core'
enable_quickfix_key_bindings = true
```
2. Using `quickfix.nvim` without SpaceVim:
```
Plug 'wsdjeg/quickfix.nvim'
```
2025-01-01 20:52:45 +08:00
## 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 |
2025-01-01 20:43:55 +08:00
## Feedback
The development of this plugin is in [`SpaceVim/bundle/quickfix.nvim` ](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/quickfix.nvim ) directory.
If you encounter any bugs or have suggestions, please file an issue in the [issue tracker ](https://github.com/SpaceVim/SpaceVim/issues )