bundle/quickfix.nvim/README.md
<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->quickfix.nvim is a plugin which provides default key bindings for quickfix window and location list window.
quickfix.nvim in SpaceVim:[[layers]]
name = 'core'
enable_quickfix_key_bindings = true
quickfix.nvim without SpaceVim:Plug 'wsdjeg/quickfix.nvim'
| Key bindings | description |
|---|---|
dd | remove item under cursor line in normal mode |
d | remove selected items in visual mode |
c | remove items which filename match input regex |
C | remove items which filename not match input regex |
o | remove items which error description match input regex |
O | remove items which error description not match input regex |
u | undo last change |
g:quickfix_mapping_delete: default is ddg:quickfix_mapping_visual_delete: default is dg:quickfix_mapping_filter_filename: default is cg:quickfix_mapping_rfilter_filename: default is Cg:quickfix_mapping_filter_text: default is og:quickfix_mapping_rfilter_text: default is Og:quickfix_mapping_undo: default is uThe 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