Yazi: Keyboard Shortcuts Cheat Sheet

Terminal

Yazi: Keyboard Shortcuts Cheat Sheet

Yazi is a fast terminal file manager with Vim-like navigation.

KeyAction
j / Next file
k / Previous file
h / Go to parent directory
l / Enter child directory
ggJump to top
GJump to bottom

File operations

KeyAction
o / EnterOpen file
aCreate file/folder
rRename
dMove to trash
DDelete permanently
y / x / pCopy / cut / paste

Search and filtering

KeyAction
sSearch by name (fd)
SSearch by content (rg)
/ / ?Find next/previous in current list
fFilter current view

Tabs and utilities

KeyAction
tNew tab
[ / ]Previous/next tab
zJump with fzf
ZJump with zoxide
~Open help

Tip

To customize shortcuts, edit ~/.config/yazi/keymap.toml.