From 2b5a46facdbe1a3b3cd54fff5d604af526a8460a Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 27 Mar 2025 18:12:52 +0100 Subject: [PATCH] docs: add description of :cex and :cgete --- lua/core/mappings.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index f717189..14f965b 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -113,6 +113,10 @@ end) -- quickfix list -- :grep - execute grepprg with given args, and put the results in -- quickfix list +-- :cex {expr} - Create a quickfix list using the result of {expr} and +-- jump to the first error. For example: +-- :cex system('make') +-- :cgete {expr} - same as :cex but don't jump to the first error -- :copen - open quickfix list -- :cdo {cmd} - execute {cmd} in each valid entry in the quickfix list. -- works like this: