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