paulbsd-salt/states/tmux/defaults.yaml
Paul Lecuq 16584a330a
All checks were successful
continuous-integration/drone/push Build is passing
updated tmux state
2024-02-21 10:04:21 +01:00

17 lines
429 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"