From bb39260a93433e030c6ad94e29cc49f28e832ad7 Mon Sep 17 00:00:00 2001 From: dimti Date: Sun, 21 Jan 2024 17:47:13 +0300 Subject: [PATCH] * temporary disable page-(up|down) keys for automatic turned on tmux scrolling, because that incorrectly working on some cases --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 0fa6483..a429375 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -119,9 +119,9 @@ bind -n M-Down select-pane -D set -g mouse on # PageUp/PageDown works for scrolling -bind-key -T root PPage if-shell -F "#{alternate_on}" "send-keys PPage" "copy-mode -e; send-keys PPage" -bind-key -T copy-mode-vi PPage send-keys -X page-up -bind-key -T copy-mode-vi NPage send-keys -X page-down +#bind-key -T root PPage if-shell -F "#{alternate_on}" "send-keys PPage" "copy-mode -e; send-keys PPage" +#bind-key -T copy-mode-vi PPage send-keys -X page-up +#bind-key -T copy-mode-vi NPage send-keys -X page-down # Same for the mouse scroll button bind-key -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M"