Initial commit

This commit is contained in:
2021-04-26 10:32:19 +02:00
commit 2ac3e6e6cc
7 changed files with 134 additions and 0 deletions

2
.tmux.conf Normal file
View File

@@ -0,0 +1,2 @@
set -g mouse on
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e; send-keys -M'"