Canop / broot

A new way to see and navigate directory trees : https://dystroy.org/broot
MIT License
10.76k stars 235 forks source link

Option to hide help/status line at the bottom #653

Open n0bra1n3r opened 1 year ago

n0bra1n3r commented 1 year ago

I've scanned the docs and can't seem to find a way to hide the status line that says "Hit enter to...". I'm using broot inside neovim and want to have as much screen real estate as possible when I pop up the broot window. The "Possible verbs: ..." message and warning/error messages are still needed though, so maybe only pop up the status line when ':' or space is typed and or some sort of warning or error should be displayed?

Canop commented 1 year ago

Before I address your concern, can you tell me more about your workflow and how you use broot inside neovim ?

n0bra1n3r commented 1 year ago

Hi! I use a terminal plugin called vim-floaterm to display broot inside of neovim. broot is able to open files within the same neovim instance by taking advantage of neovim's new --remote feature. Here's a screenshot of the broot window:

image

Canop commented 1 year ago

Now I'm sad: https://github.com/voldikss/vim-floaterm/issues/376

quantonganh commented 1 year ago

In my case, since I want to use broot as a side file tree for helix. When I press l or enter, the selected file will be opened in the right pane, causing the status line to be hidden partially:

Screen Shot 2023-08-16 at 11 31 30