Skip to main content
This is a comprehensive reference of all default keybindings in Yazi, extracted from the source code.
All keybindings can be customized in ~/.config/yazi/keymap.toml. This reference shows the default configuration.

Manager (File Browser)

The main file manager interface keybindings.

Quit and Exit

Selection and Visual Mode

Preview

File Operations

Shell and Commands

Search and Filter

Copy Path/Name

Linemode

Sorting

Goto

Tabs

Tasks and Help

Input Mode

Keybindings for text input (rename, create, shell, etc.).

Mode Switching

Editing

Cut/Copy/Paste

Undo/Redo

Submit/Cancel

Tasks Manager

Spot Mode

Pick/Select Mode

Confirm Dialog

Completion Menu

Help Screen

Customization

To customize keybindings, create or edit ~/.config/yazi/keymap.toml:
See the Configuration page for detailed information on customizing keybindings.

Source Reference

All default keybindings are defined in:
  • File: ~/workspace/source/yazi-config/preset/keymap-default.toml
  • Line reference: Various sections throughout the file
The keybindings are processed by the Yazi core and can be overridden in your user configuration.