From 11fe73a22608c5bd1ee9e9d5aaef8891c2999b00 Mon Sep 17 00:00:00 2001 From: Tru Date: Tue, 21 Mar 2023 01:59:39 +0800 Subject: [PATCH] add autojump fzf preview --- Examples.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Examples.md b/Examples.md index e232ea0..29e90d9 100644 --- a/Examples.md +++ b/Examples.md @@ -1640,6 +1640,9 @@ function cd() { #### Integration with [autojump](https://github.com/wting/autojump) like normal autojump when used with arguments but displays an fzf prompt when used without + +image + ```sh j() { local preview_cmd="ls {2}"