goolord/alpha-nvim

Improvement: Allow double click over a button to trigger it

Closed this issue · 1 comments

Zeioth commented
Improvement: Allow double click over a button to trigger it

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