How to find the occurrences of a search term in the previewer? #3330
Replies: 1 comment 1 reply
-
|
Hi, this is not supported yet, there's an issue to track it, #3346, closing as a duplicate |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What system are you running Yazi on?
Linux X11
What terminal are you running Yazi in?
Ghostty, Gnome Terminal
yazi --debugoutputYazi Version: 25.6.11 (da97e5a 2025-07-30) Debug : false Triple : x86_64-unknown-linux-gnu (linux-x86_64) Rustc : 1.88.0 (6b00bc38 2025-06-23) Ya Version: 25.6.11 (da97e5a 2025-07-30) Emulator TERM : Some("xterm-ghostty") TERM_PROGRAM : Some("ghostty") TERM_PROGRAM_VERSION: Some("1.2.3") Brand.from_env : Some(Ghostty) Emulator.detect : Emulator { kind: Left(Ghostty), light: false, csi_16t: (10, 22), force_16t: false } Adapter Adapter.matches : Kgp Dimension.available: Dimension { rows: 25, columns: 79, width: 796, height: 550 } Desktop XDG_SESSION_TYPE : Some("x11") WAYLAND_DISPLAY : None DISPLAY : Some(":1") SWAYSOCK : None HYPRLAND_INSTANCE_SIGNATURE: None WAYFIRE_SOCKET : None SSH shared.in_ssh_connection: false WSL WSL: false Variables SHELL : Some("/bin/bash") EDITOR : None VISUAL : None YAZI_FILE_ONE : None YAZI_CONFIG_HOME: None YAZI_ZOXIDE_OPTS: None FZF_DEFAULT_OPTS: None Text Opener default : Some(OpenerRule { run: "code \"$@\"", block: true, orphan: false, desc: "", for: None, spread: true }) block-create: Some(OpenerRule { run: "code \"$@\"", block: true, orphan: false, desc: "", for: None, spread: true }) block-rename: Some(OpenerRule { run: "code \"$@\"", block: true, orphan: false, desc: "", for: None, spread: true }) Multiplexers TMUX : false tmux version : No such file or directory (os error 2) tmux build flags : enable-sixel=Unknown ZELLIJ_SESSION_NAME: None Zellij version : 0.43.1 Dependencies file : 5.45 ueberzugpp : No such file or directory (os error 2) ffmpeg/ffprobe: 6.1.1-3 / 6.1.1-3 pdftoppm : 24.02.0 magick : 7.1.2-1 fzf : 0.62.0 fd/fdfind : No such file or directory (os error 2) / No such file or directory (os error 2) rg : 14.1.1 chafa : No such file or directory (os error 2) zoxide : 0.9.8 7zz/7z : 25.01 / No such file or directory (os error 2) resvg : 0.45.1 jq : 1.7 Clipboard wl-copy/paste: No such file or directory (os error 2) / No such file or directory (os error 2) xclip : 0.13 xsel : No such file or directory (os error 2) Routine `file -bL --mime-type`: text/plainDescribe the question
I would like to search in the previewer.
Use case: I use
Sto search withripgrep. The main window then lists the files that contain the search term. I would like to step through all the occurrences of the search term in the preview window. Otherwise, I have to open each file manually in a text editor and find the search term. This is not only slow, but also takes me out of the flow by having to leave yazi.Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions