goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.78k stars 104 forks source link

Improvement: Allow double click over a button to trigger it #218

Closed Zeioth closed 11 months ago

goolord commented 11 months ago

you can do this with

config.opts = {
  keymap = {
    press = { "<CR>", "<2-LeftMouse>" }
  }
}
alpha.setup(config)

but if there is support for this being a default, I will reopen this issue