View all files | ||||
quickfix.nvim is a plugin which provides default key bindings for quickfix window and location list window.
Then use :Plug install quickfix.nvim to install this plugin.
| 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 |