Added aggressive-resize and disabled tmux alerts
This commit is contained in:
@@ -8,9 +8,18 @@ unbind C-b
|
|||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
bind C-a send-prefix
|
bind C-a send-prefix
|
||||||
|
|
||||||
|
# Activity Monitoring
|
||||||
|
setw -g monitor-activity off
|
||||||
|
set -g visual-activity off
|
||||||
|
|
||||||
# reattach to user namespace
|
# reattach to user namespace
|
||||||
# set-option -g default-command "reattach-to-user-namespace -l zsh"
|
# set-option -g default-command "reattach-to-user-namespace -l zsh"
|
||||||
|
|
||||||
|
# Rather than constraining window size to the maximum size of any client
|
||||||
|
# connected to the *session*, constrain window size to the maximum size of any
|
||||||
|
# client connected to *that window*. Much more reasonable.
|
||||||
|
setw -g aggressive-resize on
|
||||||
|
|
||||||
# make delay shorter
|
# make delay shorter
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user