1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 15:10:04 +08:00
SpaceVim/bundle/quickfix.nvim/README.md
2025-01-01 20:52:45 +08:00

1.3 KiB

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