Getting Started

Install Blade and launch your first terminal session in under a minute.

Configuration

Customize fonts, themes, keybindings, and behavior via TOML config with live hot-reload.

Claude Code Setup

Get Claude Code running in Blade with full support for multi-line input, colors, and keyboard shortcuts.

Keybindings

Default shortcuts and how to customize them. Includes presets for default, vim, and emacs workflows.

Example Configuration

# ~/.config/blade/blade.toml
 
[general]
theme = "catppuccin-mocha"
scrollback_lines = 10000
 
[font]
family = "JetBrains Mono"
size = 14
ligatures = true
 
[cursor]
style = "block" # block, beam, underline
blink = true
 
[keybindings]
preset = "default" # default, vim, emacs