A comprehensive collection of reusable TUI components for ratatui including resizable splits, tree views, markdown rendering, toast notifications, dialogs, and terminal embedding
usecrate::primitives::tree_view::keybindings::TreeKeyBindings;implTreeKeyBindings{/// Create new keybindings with defaults
pubfnnew()->Self{Self::default()}}