TMUX: remote.conf

This commit is contained in:
Tobias Manske 2018-08-28 23:15:38 +02:00
parent 0f82369d2c
commit 768ed65418
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ set -g @sidebar-tree-command 'tree -C'
# ==============================================
# Session is considered to be remote when we ssh into host
if-shell -b '[ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]' \
if-shell -b '[ -n "$SSH_TTY" ]' \
'source-file ~/.tmux/tmux.remote.conf'
# We want to have single prefix key "C-a", usable both for local and remote session

View File

@ -1,4 +1,4 @@
# show status bar at bottom for remote session,
# show status bar at bottom for remote session,
# so it do not stack together with local session's one
set -g status-position bottom