This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.tmux.conf — konfigurace vyladěná hlavně pro Claude Code | |
| # tmux 3.5a | |
| # --- Klíčové pro Claude Code / TUI aplikace ------------------------------- | |
| # Žádná prodleva po Esc (jinak se Esc v Claude Code i ve vim chová líně) | |
| set -sg escape-time 0 | |
| # True color (24-bit). $TERM uvnitř tmuxu = tmux-256color, navenek RGB. | |
| set -g default-terminal "tmux-256color" |
OlderNewer