Expand description
Terminal setup wizard for configuring terminal emulators for optimal VT Code experience.
This module provides an interactive wizard that configures 9+ terminal emulators with:
- Shift+Enter for multiline input
- Enhanced copy/paste integration
- Shell integration (working directory, command status)
- Theme synchronization with VT Code themes
Re-exports§
pub use wizard::run_terminal_setup_wizard;
Modules§
- backup
- Configuration backup and restore system.
- config_
writer - Safe atomic configuration file writing with smart merging.
- detector
- Compatibility re-exports for the shared terminal detection crate.
- features
- Feature-specific configuration generators.
- terminals
- Terminal-specific configuration generators.
- wizard
- Interactive terminal setup wizard.
Enums§
- Terminal
Feature - Terminal features that can be configured.
- Terminal
Type - Supported terminal emulators.