diff options
| author | phy <phy@localhost..> | 2026-04-06 18:27:58 +0100 |
|---|---|---|
| committer | phy <phy@localhost..> | 2026-04-06 18:27:58 +0100 |
| commit | 087ddd566632d568cd59b499ec36a882e41a236e (patch) | |
| tree | 2f6c045207892f65875755a8ffe4ad5e139403f8 /.tmux.conf | |
init
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..793d280 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +set -g mouse on + +set -g base-index 1 +setw -g pane-base-index 1 + +set -g status-style bg="#93B259",fg="#5C6A72" |
