Skip to main content

Module terminal_setup

Module terminal_setup 

Source
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§

TerminalFeature
Terminal features that can be configured.
TerminalType
Supported terminal emulators.