mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 07:13:48 -05:00
add autojump fzf preview
@@ -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
|
||||
|
||||
<img width="1491" alt="image" src="https://user-images.githubusercontent.com/1673006/226426683-f5851d28-0e30-476f-a63a-9a9958579b59.png">
|
||||
|
||||
```sh
|
||||
j() {
|
||||
local preview_cmd="ls {2}"
|
||||
|
||||
Reference in New Issue
Block a user