Skip to content

quickfix list keymap default might be confusing #1961

Description

@RobinMeow

vim.keymap.set('n', '<leader>q', vim.diagnostic.setloclist, { desc = 'Open diagnostic [Q]uickfix list' })

just learned that there is a differnce between a quickfix list and a location list (thats what i call them for now)

ran into this when i made a keybind for :compiler dotnet<CR>:make and thought i could see the results with the kickstarter keymap for <leader>q. (instead i get the results with :copen)

dont have a specific change request, but i thought i should let you know that, that was a point of confusion for me. and perhaps leaves rooms for improvement.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions