Skip to content

What happened to definition_action_keys? #942

Answered by SephVelut
SephVelut asked this question in Q&A
Discussion options

You must be logged in to vote
    finder = {
        keys = {
            quit = { 'q', '<esc>' },
            close_in_preview = '<esc>',
        },
    },
    definition = {
        quit = '<esc>',
    },
    code_action = {
        keys = {
            quit = { 'q', '<esc>' },
        },
    },
    rename = {
        quit = "<ESC>",
    },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SephVelut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant