RasmusLindroth / tut

TUI for Mastodon with vim inspired keys
https://tut.anv.nu
MIT License
449 stars 29 forks source link

Mouse Support #97

Closed earboxer closed 3 years ago

earboxer commented 3 years ago

It should be possible to use the mouse in this application.

RasmusLindroth commented 3 years ago

Unfortunately I won't add mouse support as I want this to project to be vim-like. I can recommend https://pinafore.social/ which has keyboard bindings like vim

klundry commented 2 years ago

If you ever reconsider this feature I would also find it useful. For example I use tut on my Pinephone and i can scroll up and down with gestures but I have to open the on screen keyboard to change between the timeline and notification lists. It would be quite useful to be able to tap on the list that I want to be active. I don't think this would effect the vim-ness. Someone not wanting to use the mouse would never know the difference. Maybe it could even be toggled in the config?

RasmusLindroth commented 2 years ago

I changed my mind and implemented this feature in the latest release :)

RasmusLindroth commented 2 years ago

You'll have to set mouse-support=true under [general] in your config

klundry commented 2 years ago

Woohoo! Thanks so much.