You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yazi
Version: 0.4.2 (Homebrew 2024-12-20)
Debug :false
Triple : aarch64-apple-darwin (macos-aarch64)
Rustc : 1.83.0 (90b35a62 2024-11-26)
Ya
Version: 0.4.2 (Homebrew 2024-12-20)
Emulator
Brand.from_env : Some(WezTerm)
Emulator.detect : Emulator { kind: Left(WezTerm), light: false, cell_size: Some((7,16)) }
Emulator.detect_full: Ok(Emulator { kind: Left(WezTerm), light: false, cell_size: Some((7,16)) })
Adapter
Adapter.matches: Iip
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
NVIM
NVIM :false
Neovim version: 0.10.3
Variables
SHELL : Some("/bin/zsh")
EDITOR : Some("nvim")
VISUAL : None
YAZI_FILE_ONE : None
YAZI_CONFIG_HOME: None
YAZI_ZOXIDE_OPTS: None
FZF_DEFAULT_OPTS: None
Text Opener
default : Some(Opener { run: "${EDITOR:-vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block-create: Some(Opener { run: "${EDITOR:-vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block-rename: Some(Opener { run: "${EDITOR:-vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
Multiplexers
TMUX : 0
tmux version : tmux 3.5a
tmux build flags : enable-sixel=Unknown
ZELLIJ_SESSION_NAME: None
Zellij version : No such file or directory (os error 2)
Dependencies
file : 5.41
ueberzugpp : No such file or directory (os error 2)
ffmpeg/ffprobe: 7.1 / 7.1
pdftoppm : 25.01.0
magick : No such file or directory (os error 2)
fzf : 0.57.0
fd/fdfind : 10.2.0 / No such file or directory (os error 2)
rg : 14.1.1
chafa : No such file or directory (os error 2)
zoxide : 0.9.6
7z/7zz : No such file or directory (os error 2) / 24.09
jq : No such file or directory (os error 2)
Clipboard
wl-copy/paste: No such file or directory (os error 2) / No such file or directory (os error 2)
xclip : No such file or directory (os error 2)
xsel : No such file or directory (os error 2)
Describe the question
Let's say I want to sort by size. Once option is set, wherever I navigate it will do it's best to get sizes and display them. That is ok for children of current location, but when I navigate to parent or / root, it takes longer and longer to get and display sizes. That is making the experience sluggish and any further actions are queued. I have to exit and open again to have a acceptable experience.
Is it any config to be able to keep the sort by to current location only?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What system are you running Yazi on?
macOS
What terminal are you running Yazi in?
WezTerm
yazi --debug
outputDescribe the question
Let's say I want to sort by size. Once option is set, wherever I
navigate
it will do it's best to getsizes
and display them. That is ok for children of current location, but when I navigate to parent or/
root, it takes longer and longer to get and display sizes. That is making the experience sluggish and any further actions are queued. I have to exit and open again to have a acceptable experience.Is it any config to be able to keep the sort by to current location only?
Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions