From 2c923135098f0562a98844938c643024d2bcbc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Tue, 17 Mar 2026 14:52:34 +0100 Subject: [PATCH] bugfix: inverted preview keys --- src/sh/keys.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sh/keys.sh b/src/sh/keys.sh index 5d57acb..293e063 100644 --- a/src/sh/keys.sh +++ b/src/sh/keys.sh @@ -29,8 +29,8 @@ if [ ! "${KEYS_LOADED:-}" ]; then # Preview window KEYS_PREVIEW_DOWN="alt-j" KEYS_PREVIEW_UP="alt-k" - KEYS_PREVIEW_DOWN_HP="page-up" - KEYS_PREVIEW_UP_HP="page-down" + KEYS_PREVIEW_DOWN_HP="page-down" + KEYS_PREVIEW_UP_HP="page-up" KEYS_PREVIEW_TOGGLE_SIZE="alt-/" # Keys specific to purge window