Documentation

features

Mouse Support

croot has full mouse support that works alongside keyboard navigation.

Mouse Actions

ActionEffect
ClickSelect a file/directory
Double-clickExpand/collapse directory or open file
Right-clickOpen context menu
ScrollScroll the file tree
Drag dividerResize tree/preview split

Disabling Mouse

If mouse capture interferes with your terminal's native selection, disable it:

[mouse]
enabled = false

When disabled, you can use your terminal's native mouse features (text selection, right-click paste, etc.) while still using croot's keyboard navigation.