-
just as the title said, How can do that? Thanks for your help |
Beta Was this translation helpful? Give feedback.
Answered by
JuanZoran
Jan 25, 2023
Replies: 2 comments
-
That's not oficially supported, but you can change the settings in |
Beta Was this translation helpful? Give feedback.
0 replies
-
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' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
folke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your reply, and I add these into my init.lua then it works well: