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)" )