kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.4k stars 150 forks source link

How to configure the title length of tab? #372

Closed oldflag2333333 closed 1 year ago

oldflag2333333 commented 1 year ago

The default length of tab is limit by 4 characters. It looks wired while using large monitor. Can I set the default length to unlimited?

DLFW commented 1 year ago

Hi! That's currently hard-coded.

I'm currently experimenting with other tab-line implementations for better tab-representations, but I'm not sure how long it will take until I can provide a PR. It's not as easy as I was hoping for. 😏

Related, closed Issue: #233

oldflag2333333 commented 1 year ago

Thanks, hope it coming soon.👍