mrjones2014 / ctrlg

A command line context switcher, written in Rust :crab:
https://crates.io/crates/ctrlg
MIT License
30 stars 1 forks source link

[Bug]: Fix word wrapping in the `keybinds` command output #76

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Similar Issues

Description

Currently the keybinds help text has extra spaces to sort of force proper word wrapping. The tabled crate is about to add an option to intelligently preserve words when wrapping in this issue: https://github.com/zhiburt/tabled/issues/57

Once that's released, adopt it.