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"
|
2021-07-03 16:03:07 +02:00
|
|
|
- "status-right": "\"%H:%M:%S %d-%b-%y\""
|
|
|
|
- "status-interval": "5"
|
2022-06-08 23:51:27 +02:00
|
|
|
- "escape-time": "10"
|