Обновить 'tmux/tmux.conf'

This commit is contained in:
Дмитрий Рамазанов 2019-09-20 04:32:01 +00:00
parent 4cab4ef0b9
commit 8fc1bf4719

View File

@ -113,10 +113,10 @@ bind D if -F '#{session_many_attached}' \
'display "Session has only 1 client attached"'
# Hide status bar on demand
bind b if -F '#{s/off//:status}' 'set status off' 'set status on'
bind b if -F '#{s/off//:status}' 'set status off' 'set -u status'
# Switch status bar position
bind a if -F '#{s/bottom//:status-position}' 'set -u status-position' 'set status-position bottom'
bind a if -F '#{s/bottom//:status-position}' 'set status-position bottom' 'set -u status-position'
# Switch mouse on/off
bind n if -F '#{s/off//:mouse}' \