mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
fix tmux
This commit is contained in:
@@ -1,13 +1,10 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
set-window-option -g xterm-keys on
|
set-window-option -g xterm-keys on
|
||||||
set -s escape-time 10 # faster command timeout
|
set -s escape-time 10 # faster command timeout
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
set -g status-interval 10
|
set -g status-interval 10
|
||||||
=======
|
|
||||||
set-option -g mouse on
|
set-option -g mouse on
|
||||||
|
|
||||||
# make scrolling with wheels work
|
# make scrolling with wheels work
|
||||||
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
|
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
|
||||||
bind -n WheelDownPane select-pane -t= \; send-keys -M
|
bind -n WheelDownPane select-pane -t= \; send-keys -M
|
||||||
>>>>>>> 1f76fd836f0ef1b53fc69ba45322da6824c50465
|
|
||||||
|
|||||||
Reference in New Issue
Block a user