From f89b67fff7ed2babe62c519c54b36cc6fe61e70d Mon Sep 17 00:00:00 2001 From: Alexander Mohr Date: Fri, 1 Aug 2025 22:00:18 +0200 Subject: [PATCH] marked pre_display_exec as not supported --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae04127..69b1f2f 100644 --- a/README.md +++ b/README.md @@ -353,9 +353,13 @@ The possibilities are endless! Here are some powerful examples of what you can b - Removed copy_exec as we are not executing a binary to copy data into the clipboard - `exec-search` not supported - `parse-search` not supported +- `pre_display_exec` not supported - All custom keys that change the default bindings for navigation like up, down, page, etc. - key_custom_(n) is not supported, such specialized behaviour can be achieved via the API though. +If any of these is breaking changes is an blocker for you to migrate to Worf, open an issue and it's probably fixable. +Options marked as `not supported` are mainly marked this way because I didn't figure out a use case where this is useful for me +and likely there is a technical solution to fix this, so please reach out. : #### Removed Command Line Arguments - `mode` → Use `show` instead