paulbsd-salt/states/tmux/defaults.yaml
Paul 4c991dc77c
All checks were successful
continuous-integration/drone/push Build is passing
updated tmux state
2025-03-02 00:56:31 +01:00

18 lines
458 B
YAML

---
tmux:
enabled: true
config:
binds:
- "v": "split-window"
- "h": "split-window -h"
sets:
- "status-bg": "colour50"
- "pane-active-border-style": "fg=colour50"
- "pane-border-style": "fg=colour50"
- "default-terminal": "xterm-256color"
- "history-limit": "10000"
- "status-right": "\"#H %H:%M:%S %d-%b-%Y\""
- "status-interval": "5"
- "escape-time": "10"
- "status-interval": 1