mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
base
This commit is contained in:
5
profiles/base/.tmux.conf
Normal file
5
profiles/base/.tmux.conf
Normal 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
|
||||
Reference in New Issue
Block a user