Skip to content

broot v1.16.0

Compare
Choose a tag to compare
@Canop Canop released this 07 Oct 19:03
· 24 commits to master since this release
  • status messages now displayed on toggling (for example showing hidden files)
  • upgrade terminal-light to 1.0.1 for better recognition of background color on high precision color terminals
  • in default configuration, ctrl-left never opens a panel to the left, as I think this was most often unwanted (one too many hit on cltr-left). It's possible to get the old behavior by binding ctrl-left to :panel_left instead of the new :panel_left_no_open internal.
  • New escaping rules let you skip many \, especially when building regexes - See new rules at https://dystroy.org/broot/input/#escaping - Fix #592