home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
070cf58
)
Use full component names in tmux title
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 24 Nov 2021 20:31:14 +0000
(15:31 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 24 Nov 2021 20:31:14 +0000
(15:31 -0500)
home/.tmux.conf
patch
|
blob
|
blame
|
history
diff --git
a/home/.tmux.conf
b/home/.tmux.conf
index
7590330
..
8442a0a
100644
(file)
--- a/
home/.tmux.conf
+++ b/
home/.tmux.conf
@@
-42,7
+42,7
@@
set -g repeat-time 250
# #W Name of window
set -g set-titles on
-set -g set-titles-string "#
S [#I #{session_windows}] #W - #T
#{session_alerts}"
+set -g set-titles-string "#
{session_name} [#{window_index} #{session_windows}] #{window_name} - #{pane_title}
#{session_alerts}"
set -g allow-rename on
setw -g automatic-rename
This page took
0.029856 seconds
and
4
git commands to generate.