Skip to content

How can I customize install keys or the others keys in lazy window #450

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

You must be logged in to vote

Thanks for your reply, and I add these into my init.lua then it works well:

    local M = require('lazy.view.config')
    M.keys.hover = 'gh'
    local install = M.commands.install
    install.key = 'Y'
    install.key_plugin = 'y'

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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