From 8ccdee05c1f83afea25845b0e9dc38b3c0581b29 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 1 Jan 2025 20:52:45 +0800 Subject: [PATCH] docs(quickfix): update readme --- bundle/quickfix.nvim/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bundle/quickfix.nvim/README.md b/bundle/quickfix.nvim/README.md index 2722b7832..193af765e 100644 --- a/bundle/quickfix.nvim/README.md +++ b/bundle/quickfix.nvim/README.md @@ -8,6 +8,7 @@ - [Install](#install) +- [Key bindings in quickfix window](#key-bindings-in-quickfix-window) - [Feedback](#feedback) @@ -28,6 +29,14 @@ 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`](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/quickfix.nvim) directory.