RasmusLindroth / tut

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

beta 2.0.0 bug #247

Closed Glog78 closed 1 year ago

Glog78 commented 1 year ago

if i use https://termbin.com/j0fg as config, i can switch panes with tab but i can't switch panes with left and right.

RasmusLindroth commented 1 year ago

I made a typo, so it should be special-keys=["Right"]. Thanks :)

Glog78 commented 1 year ago

I am not sure if you fixed this one , i compiled 23a7d15a96f49916d93e8ce14a3820d4e6b89e51 from 2.0.0 branch.

It seems like [input.main-prev-feed] and [input.main-next-feed] doesn't work with a setup as shown in the original config. What works in this case is disable left and right from those function and use them on [input.main-prev-pane] and [input.main-next-pane]

(aka i fixed it with a config change on my side) but you might have a look once you have time maybe.

RasmusLindroth commented 1 year ago

But h or Left arrow and l and Right arrow should switch inside the pane and Tab or Backtab between panes, so it should be the behavior I intended. Or am I missing something?