From 6843eb3f53022d085980c57b81a02b73c8b2213d Mon Sep 17 00:00:00 2001 From: Matthias Johnson Date: Fri, 3 Oct 2025 22:30:51 -0600 Subject: [PATCH] correct preview toggle --- bwzy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwzy b/bwzy index 55ce66f..4925aa3 100755 --- a/bwzy +++ b/bwzy @@ -208,8 +208,8 @@ jq -r '.[] | [ .id, .name, "`'"$BWZY_FOLDER_SYMBOL"'" + .folderId + "`" ] | join --bind "alt-t:$copy_totp" \ --bind "alt-l:$copy_link" \ --bind "enter:$auto_paste" \ + --bind 'alt-,:toggle-preview' \ --bind 'alt-/:toggle-preview-wrap' \ - --bind 'alt-.:toggle-preview-wrap' \ --bind 'alt-?:toggle-header' \ --bind 'esc:cancel' \ --bind 'focus:transform-preview-label:echo {2} / {3}' \