Skip to main content
Yazi provides Vim-like navigation keybindings for efficient file system browsing.

Basic Movement

Vertical Navigation

Move up and down through files in the current directory:

Horizontal Navigation

Move between directories in the Miller columns view:

Jump Navigation

Quick Jumps

Page Scrolling

History Navigation

Navigate through your directory history:
History navigation (H/L) is different from parent/child navigation (h/l). History tracks the directories you’ve visited, similar to browser back/forward buttons.

Goto Shortcuts

Quickly jump to common directories:

Preview Navigation

Seeking in Preview

Scroll through the preview pane without changing the current selection:
Preview seeking is useful when viewing large files, directories, or images in the preview pane.

Find Mode

Quickly find files by name in the current directory:
1

Start finding

Press / to find the next file, or ? to find the previous file
2

Type pattern

Enter the pattern to search for (smart case by default)
3

Navigate results

  • n - Jump to next match
  • N - Jump to previous match

Find Keybindings

Filter Mode

Filter files in the current directory:
When filter mode is active, only files matching your pattern will be displayed.
Filtering is different from finding. Filter hides non-matching files, while find jumps between matches.

Spotting

Spot mode allows you to inspect detailed information about files:
In spot mode:
  • j/k - Navigate lines
  • h/l - Swipe between files
  • <Tab> or <Esc> - Exit spot mode