This commit is contained in:
Daniel Bauer
2019-08-23 11:31:31 +02:00
parent fff58277bb
commit 61c9fffa73
5 changed files with 15 additions and 4 deletions

5
profiles/base/.tmux.conf Normal file
View File

@@ -0,0 +1,5 @@
set-option -g mouse on
# 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 WheelDownPane select-pane -t= \; send-keys -M