Compare commits
2 Commits
ca65dbea50
...
b5b923d2dd
| Author | SHA1 | Date | |
|---|---|---|---|
|
b5b923d2dd
|
|||
|
3db78f8d27
|
@@ -100,7 +100,7 @@ set-option -g status-left ''
|
||||
set-option -g status-right '#[fg=colour47]#H #[fg=red]#(cut -d " " -f 1-3 /proc/loadavg) #[fg=colour227]%Y-%m-%d %H:%M#[default]'
|
||||
|
||||
# scrollback buffer
|
||||
set-option -g history-limit 4096
|
||||
set-option -g history-limit 8192
|
||||
|
||||
# 2022-11-26: According to the tmux FAQ, inside tmux TERM must be "screen",
|
||||
# "tmux" or similar (such as "tmux-256color"). As of CentOS Stream 8, now
|
||||
@@ -141,3 +141,8 @@ set-option -g display-panes-colour brightred #orange
|
||||
|
||||
# clock
|
||||
set-window-option -g clock-mode-colour green #green
|
||||
|
||||
# Forward window titles to the parent terminal, but only hostname and
|
||||
# process.
|
||||
set -g set-titles on
|
||||
set -g set-titles-string "#h: #W"
|
||||
|
||||
Reference in New Issue
Block a user