paulbsd-salt/states/tmux/defaults.yaml
Paul Lecuq 71a0d695f1
All checks were successful
continuous-integration/drone/push Build is passing
updated tmux state
2023-02-19 12:23:02 +01:00

17 lines
426 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:%M:%S %d-%b-%y\""
- "status-interval": "5"
- "escape-time": "10"