diff options
| -rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ +# set prefix to CTRL+Space [ C-␣ / C-Space ] unbind C-Space set -g prefix C-Space bind C-Space send-prefix +# change style :D set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\"" set -g status-style bg="#1e1f1e",fg="#9a9c8b" |
