You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds reasonable to me to add a mouse click mapping to the default keymaps for press and press_queue, other than the current defaults of <CR> an <M-CR>, respectively.
For example, adding <2-LeftMouse> (double click) and <M-2-LeftMouse> (double click holding meta key) for press and press_queue, respectively.
It sounds reasonable to me to add a mouse click mapping to the default keymaps for
press
andpress_queue
, other than the current defaults of<CR>
an<M-CR>
, respectively.For example, adding
<2-LeftMouse>
(double click) and<M-2-LeftMouse>
(double click holding meta key) forpress
andpress_queue
, respectively.This would require changing the following code:
alpha-nvim/lua/alpha.lua
Lines 740 to 743 in de72250
to something like this:
Thoughts?
The text was updated successfully, but these errors were encountered: