1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 13:10:03 +08:00
SpaceVim/bundle/quickfix.nvim
2025-01-01 20:52:45 +08:00
..
lua feat(quickfix): add quickfix.nvim 2025-01-01 20:34:26 +08:00
plugin feat(quickfix): add quickfix.nvim 2025-01-01 20:34:26 +08:00
README.md docs(quickfix): update readme 2025-01-01 20:52:45 +08:00

quickfix.nvim

quickfix.nvim is a plugin which provides default key bindings for quickfix window.

GPLv3 License

Install

  1. Using quickfix.nvim in SpaceVim:
[[layers]]
  name = 'core'
  enable_quickfix_key_bindings = true
  1. Using quickfix.nvim without SpaceVim:
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 directory.

If you encounter any bugs or have suggestions, please file an issue in the issue tracker