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

Make possible to share remote and local copy buffer via local listener, SSH remote tunnel and nc on remote host

This commit is contained in:
Alexey Samoshkin
2017-11-24 20:49:27 +02:00
parent 572dcfcd8c
commit 86d1c9d3b0
2 changed files with 9 additions and 4 deletions

View File

@@ -2,6 +2,9 @@
# so it do not stack together with local session's one
set -g status-position bottom
# Set port of SSH remote tunnel, where tmux will pipe buffers to transfer on local machine for copy
set -g @copy_backend_remote_tunnel_port 11988
# 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_keys_off $wg_is_zoomed #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host | #{online_status}"