sayanarijit / xplr

A hackable, minimal, fast TUI file explorer
https://xplr.dev
MIT License
4.23k stars 80 forks source link

Adds Vim-Like Scrolling to XPLR #704

Closed ElSamhaa closed 7 months ago

ElSamhaa commented 7 months ago
sayanarijit commented 7 months ago

Wow… thanks for pr. I’ll review soon.

ElSamhaa commented 7 months ago
sayanarijit commented 7 months ago

I wanted to avoid mutable state in UI code, but looks like it's worth the tradeoff.