diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-05-17 13:46:10 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-05-17 13:46:10 -0300 |
commit | f1dfb327b52fc7e2dd166de903a509bc72de58eb (patch) | |
tree | 38da3497265612563d1a7590090050911d370205 /.tmux.conf | |
parent | d0a79c3716d643fa1e936434fc00a0de88d42983 (diff) |
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf index 04760e3..89a5d4b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,6 +8,9 @@ set -sg escape-time 0 set -g status-style bg=colour235,fg=colour249 set-window-option -g window-status-current-style fg=colour251,bright +set -g set-titles on +set -g set-titles-string "#S: #W" + bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" |