vim.keymap.set('n', '', 'cnext', { desc = 'Go to the next item in quickfix' }) vim.keymap.set('n', '', 'cprev', { desc = 'Go to the previous item in quickfix' })