resolve some scrolling issues
This commit is contained in:
parent
64ea903e64
commit
972c23b2f5
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||||
|
|
||||||
source-file /usr/share/tmux/powerline.conf
|
source-file /usr/share/tmux/powerline.conf
|
||||||
|
|
||||||
|
# Set window notifications
|
||||||
|
setw -g monitor-activity on
|
||||||
|
set -g visual-activity on
|
||||||
|
|
||||||
unbind s
|
unbind s
|
||||||
bind s set -g synchronize-panes
|
bind s set -g synchronize-panes
|
||||||
|
|
Loading…
Reference in a new issue