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
Hey, I was wondering if there was a way for Vim, or this plugin, to have a way where if mouse support is enabled, such as if has('mouse') ... or if has('mouse_sgr'), then when clicking on the checkbox text directly - [ ] it would toggle that to - [x], and vise-versa.
This would be useful because if I'm using Termux on Android/mobile, and I have a checklist of items, I just want to tap on the screen to check them off. Might also be nice for the desktop, too.
The text was updated successfully, but these errors were encountered:
Hey, I was wondering if there was a way for Vim, or this plugin, to have a way where if mouse support is enabled, such as
if has('mouse') ...
orif has('mouse_sgr')
, then when clicking on the checkbox text directly- [ ]
it would toggle that to- [x]
, and vise-versa.This would be useful because if I'm using Termux on Android/mobile, and I have a checklist of items, I just want to tap on the screen to check them off. Might also be nice for the desktop, too.
The text was updated successfully, but these errors were encountered: