Yazi cheatsheetEdit

Command line

yazi --debug       # show settings
yazi --clear-cache # reset image cache

Standard settings

See preset/yazi.toml.

Standard bindings

See preset/keymap.toml.

Also see the official "Quick Start" docs, which currently list these (among others):

  • .: Toggle hidden/invisible/dot files.
  • f: Filter.
  • <Tab>: Show info.
  • Sorting:
    • ,m / ,M: modified / reverse modified
    • ,e / ,E: extension / reverse extension
    • ,a / ,A: alphabetical / reverse alphabetical
    • ,n / ,N: natural (ie. folders first, case-insensitive, alphabetical) / reverse natural
    • ,s / ,S: size /reverse size

Custom bindings

From ~/.config/yazi/keymap.toml in my dotfiles:

  • T: Toggle preview (hide/show).
  • F: Full-size preview (zoom/unzoom).

See also