How to cross-instance yank on Windows? #3515
Unanswered
MasterBalll
asked this question in
1. Q&A
Replies: 2 comments
-
|
Hi, I've added some logs in e6d9957, can you try it to see if there's any error in the log as per https://yazi-rs.github.io/docs/plugins/overview/#logging? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, I closed all instances and launched Yazi using the version e6d9957. No errors occurred, but some warnings and debug messages were logged. Cross-instance copying still does not function. 2026-01-21T10:23:19.684579Z DEBUG yazi_adapter::emulator: Terminal responded to DA1 in 569.7µs: [27, 91, 63, 54, 49, 59, 54, 59, 55, 59, 50, 50, 59, 50, 51, 59, 50, 52, 59, 50, 56, 59, 51, 50, 59, 52, 50, 99]
at yazi-adapter\src\emulator.rs:130
2026-01-21T10:23:19.684601Z WARN yazi_adapter::emulator: Failed to detect background color: "\u{1b}[?61;6;7;22;23;24;28;32;42c"
at yazi-adapter\src\emulator.rs:202
2026-01-21T10:23:19.698706Z DEBUG yazi_adapter::emulator: Terminal responded to DA1 in 1.01ms: [27, 80, 48, 36, 114, 27, 92, 27, 91, 63, 49, 50, 59, 49, 36, 121, 27, 91, 63, 54, 49, 59, 54, 59, 55, 59, 50, 50, 59, 50, 51, 59, 50, 52, 59, 50, 56, 59, 51, 50, 59, 52, 50, 99]
at yazi-adapter\src\emulator.rs:130
2026-01-21T10:23:19.699255Z DEBUG yazi_dds::client: Connected to existing DDS server on instance 1768990999689120
at yazi-dds\src\client.rs:170 |
Beta Was this translation helpful? Give feedback.
0 replies
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?
Windows
What terminal are you running Yazi in?
wezterm 20240203
yazi --debugoutputYazi Version: 26.1.4 (3c39a32 2026-01-04) Debug : false Triple : x86_64-pc-windows-msvc (windows-x86_64) Rustc : 1.92.0 (ded5c06c 2025-12-08) Ya Version: 26.1.4 (3c39a32 2026-01-04) Config Yazi : C:\Users\Dell\AppData\Roaming\yazi\config\yazi.toml (830 chars) Keymap : C:\Users\Dell\AppData\Roaming\yazi\config\keymap.toml (1374 chars) Theme : C:\Users\Dell\AppData\Roaming\yazi\config\theme.toml (系统找不到指定的文件。 (os error 2)) VFS : C:\Users\Dell\AppData\Roaming\yazi\config\vfs.toml (446 chars) Package : C:\Users\Dell\AppData\Roaming\yazi\config\package.toml (348 chars) Dark/light flavor: "" / "" Emulator TERM : Some("xterm-256color") TERM_PROGRAM : Some("WezTerm") TERM_PROGRAM_VERSION: Some("20240203-110809-5046fc22") Brand.from_env : Some(WezTerm) Emulator.detect : Emulator { kind: Left(WezTerm), version: "", light: false, csi_16t: (0, 0), force_16t: false } Adapter Adapter.matches : Iip Dimension.available: Dimension { rows: 31, columns: 127, width: 0, height: 0 } Desktop XDG_SESSION_TYPE : None WAYLAND_DISPLAY : None DISPLAY : None SWAYSOCK : None HYPRLAND_INSTANCE_SIGNATURE: None WAYFIRE_SOCKET : None SSH shared.in_ssh_connection: false WSL WSL: false Variables SHELL : None EDITOR : None VISUAL : None YAZI_FILE_ONE : Some("C:\\Users\\Dell\\\\scoop\\apps\\git\\current\\usr\\bin\\file.exe") YAZI_CONFIG_HOME : None YAZI_ZOXIDE_OPTS : None FZF_DEFAULT_OPTS : None FZF_DEFAULT_COMMAND: None Text Opener default : Some(OpenerRule { run: "nvim \"%*\"", block: true, orphan: false, desc: "", for: None, spread: true }) block-create: Some(OpenerRule { run: "nvim \"%*\"", block: true, orphan: false, desc: "", for: None, spread: true }) block-rename: Some(OpenerRule { run: "nvim \"%*\"", block: true, orphan: false, desc: "", for: None, spread: true }) Multiplexers TMUX : false tmux version : program not found tmux build flags : enable-sixel=Unknown ZELLIJ_SESSION_NAME: None Zellij version : program not found Dependencies file : 5.46 ueberzugpp : program not found ffmpeg/ffprobe: program not found / program not found pdftoppm : 24.08.0 magick : program not found fzf : 0.60.3 fd/fdfind : 10.2.0 / program not found rg : 14.1.1 chafa : program not found zoxide : 0.9.7 7zz/7z : program not found / 24.09 resvg : program not found jq : program not found Clipboard wl-copy/paste: program not found / program not found xclip : program not found xsel : program not found Routine `file -bL --mime-type`: text/plain See https://yazi-rs.github.io/docs/plugins/overview#debugging on how to enable logging or debug runtime errors.Describe the question
I followed the instructions at https://yazi-rs.github.io/docs/dds#session.lua and set
sync_yanked = trueininit.lua(placed in the same directory as the various TOML config files).After closing all instances and launching two new instances, I still cannot yank in one instance and paste in the other.
What might have gone wrong?
Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions