David Blume commited on 2020-07-17 12:33:28
Showing 1 changed files, with 3 additions and 1 deletions.
... | ... |
@@ -38,7 +38,9 @@ set -g status-justify centre |
38 | 38 |
set -g status-right '#[fg=green]%m/%d %H:%M#[default]' |
39 | 39 |
setw -g mode-keys vi |
40 | 40 |
setw -g automatic-rename off |
41 |
-setw -g window-status-current-format '#[fg=yellow]#I:#F:#T#[default]' |
|
41 |
+set -g allow-rename on |
|
42 |
+#setw -g window-status-current-format '#[fg=yellow]#I:#F:#T:.../#{b:pane_current_path}#[default]' |
|
43 |
+setw -g window-status-current-format '#[fg=yellow]#I:#F:#{s\/home/corp.roku/dblume\~\:pane_current_path}#[default]' |
|
42 | 44 |
setw -g window-status-format '#I:#F:#W' |
43 | 45 |
|
44 | 46 |
# prefix, C-Arrow doesn't work from PuTTY. Needs TERM to be xterm |
45 | 47 |