SkillAgentSearch skills...

Quickfix.nvim

general key bindings for quickfix window

Install / Use

/learn @wsdjeg/Quickfix.nvim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

quickfix.nvim

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

GitHub License GitHub Issues or Pull Requests GitHub commit activity GitHub Release luarocks

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

Install

  1. Using nvim-plug
require('plug').add({
    { 'wsdjeg/quickfix.nvim' }
})

Then use :Plug install quickfix.nvim to install this plugin.

  1. Using luarocks:
luarocks install 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 | 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 |

Options

  • g:quickfix_mapping_delete: default is dd
  • g:quickfix_mapping_visual_delete: default is d
  • g:quickfix_mapping_filter_filename: default is c
  • g:quickfix_mapping_rfilter_filename: default is C
  • g:quickfix_mapping_filter_text: default is o
  • g:quickfix_mapping_rfilter_text: default is O
  • g:quickfix_mapping_undo: default is u
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated3mo ago
Forks0

Languages

Lua

Security Score

87/100

Audited on Dec 8, 2025

No findings