paulbsd-salt/states/tmux/defaults.yaml

17 lines
429 B
YAML
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
tmux:
enabled: true
config:
binds:
- "v": "split-window"
- "h": "split-window -h"
sets:
2020-09-24 00:34:43 +02:00
- "status-bg": "colour50"
- "pane-active-border-style": "fg=colour50"
- "pane-border-style": "fg=colour50"
2021-09-25 15:56:19 +02:00
- "default-terminal": "xterm-256color"
2023-02-19 12:23:02 +01:00
- "history-limit": "10000"
2024-02-21 10:04:21 +01:00
- "status-right": "\"#H %H:%M:%S %d-%b-%Y\""
2021-07-03 16:03:07 +02:00
- "status-interval": "5"
2022-06-08 23:51:27 +02:00
- "escape-time": "10"