-
Notifications
You must be signed in to change notification settings - Fork 592
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
foot 1.16.2
yazi --debug
output
Yazi
Version: 0.3.3 (c7d9265 2024-12-05)
Debug : false
Triple : x86_64-unknown-linux-gnu (linux-x86_64)
Rustc : 1.81.0 (eeb90cda 2024-09-04)
Ya
Version: 0.3.3 (VERGEN_IDEMPOTENT_OUTPUT 2024-10-08)
Emulator
Brand.from_env : Some(Foot)
Emulator.detect : Emulator { kind: Left(Foot), light: false }
Emulator.detect_full: Ok(Emulator { kind: Left(Foot), light: false })
Adapter
Adapter.matches: Sixel
Desktop
XDG_SESSION_TYPE : Some("wayland")
WAYLAND_DISPLAY : Some("wayland-1")
DISPLAY : Some(":0")
SWAYSOCK : Some("/run/user/1000/sway-ipc.1000.5603.sock")
HYPRLAND_INSTANCE_SIGNATURE: None
WAYFIRE_SOCKET : None
SSH
shared.in_ssh_connection: false
WSL
WSL: false
Variables
SHELL : Some("/bin/bash")
EDITOR : Some("nvim")
VISUAL : None
YAZI_FILE_ONE : None
YAZI_CONFIG_HOME: None
YAZI_ZOXIDE_OPTS: None
FZF_DEFAULT_OPTS: Some("--bind=ctrl-t:toggle-all,ctrl-s:select-all,alt-s:deselect-all")
Text Opener
default : Some(Opener { run: "nvim \"$@\"", block: true, orphan: false, desc: "nvim", for_: None, spread: true })
block-create: Some(Opener { run: "nvim \"$@\"", block: true, orphan: false, desc: "nvim", for_: None, spread: true })
block-rename: Some(Opener { run: "nvim \"$@\"", block: true, orphan: false, desc: "nvim", for_: None, spread: true })
Multiplexers
TMUX : false
tmux version : 3.4
tmux build flags : enable-sixel=Unknown
ZELLIJ_SESSION_NAME: None
Zellij version : No such file or directory (os error 2)
Dependencies
file : 5.45
ueberzugpp : No such file or directory (os error 2)
ffmpeg/ffprobe: 6.1.1 / 6.1.1
pdftoppm : 24.08.0
magick : 7.1.1-38
fzf : 0.55.0
fd/fdfind : No such file or directory (os error 2) / No such file or directory (os error 2)
rg : No such file or directory (os error 2)
chafa : No such file or directory (os error 2)
zoxide : No such file or directory (os error 2)
7z/7zz : 17.05 / No such file or directory (os error 2)
jq : 1.7.1
Clipboard
wl-copy/paste: 2.2.1 / 2.2.1
xclip : 0.13
xsel : 1.2.1
Describe the bug
I cut a file out of a directory, paste it somewhere else, and go back to the directory. The file is still there.
Minimal reproducer
- Press a keyboard shortcut to visit a directory
- Cut a file
- Go to another directory, and paste it
- Press the keyboard shortcut again to visit the directory where the file was cut.
- The file can still be seen in the first directory.
Anything else?
No response
Checklist
- I tried the latest nightly build, and the issue is still reproducible
- I updated the debug information (
yazi --debug
) input box to the nightly that I tried - I can reproduce it after disabling all custom configs/plugins (
mv ~/.config/yazi ~/.config/yazi-backup
)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working