diff options
| -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..f5fc65f --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +unbind C-Space +set -g prefix C-Space +bind C-Space send-prefix + +set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\"" +set -g status-style bg="#1e1f1e",fg="#9a9c8b" |
