From 5b292f69718906dd057bfe7feb809ea35ad219bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Fri, 23 May 2025 15:47:33 +0200 Subject: [PATCH] improved keys --- fzf-vjour | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fzf-vjour b/fzf-vjour index 8de7f9b..dba3485 100755 --- a/fzf-vjour +++ b/fzf-vjour @@ -617,6 +617,10 @@ selection=$( --bind="alt-up:become($0 --increase-priority {})" \ --bind="alt-down:become($0 --decrease-priority {})" \ --bind="ctrl-n:become($0 --new)" \ + --bind="alt-0:change-query(!✅)" \ + --bind="alt-1:change-query(📘)" \ + --bind="alt-2:change-query(🗒️)" \ + --bind="alt-3:change-query(✅ | 🔲)" \ --bind="ctrl-s:execute($SYNC_CMD)" \ --bind="ctrl-r:reload-sync($0 --reload)" )