TMUX: remote.conf
This commit is contained in:
parent
0f82369d2c
commit
768ed65418
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user