1
0
mirror of https://github.com/samoshkin/tmux-config.git synced 2026-01-05 01:08:01 +00:00

Add support for nested local and remote sessions. Multiple config tweaks

This commit is contained in:
Alexey Samoshkin
2017-11-22 00:45:47 +02:00
parent 8570ef7406
commit e83c706816
5 changed files with 97 additions and 48 deletions

7
tmux/tmux.remote.conf Normal file
View File

@@ -0,0 +1,7 @@
# show status bar at bottom for remote session,
# so it do not stack together with local session's one
set -g status-position bottom
# In remote mode we don't show "clock" and "battery status" widgets
set -g status-left "$wg_session"
set -g status-right "#{prefix_highlight} $wg_is_tunneled $wg_is_zoomed #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host | #{online_status}"