From 1ba50ac737df06c2f0fbd666a0f383b45a69614f Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 25 Dec 2024 19:53:10 +0800 Subject: [PATCH] docs: add missing keymap section for confirm component --- docs/configuration/keymap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md index b568c3c6..5814a2db 100644 --- a/docs/configuration/keymap.md +++ b/docs/configuration/keymap.md @@ -16,6 +16,7 @@ You can change Yazi's keybindings in your `keymap.toml` file, which consists of - [\[spot\]](#spot) - File information spotter. - [\[pick\]](#pick) - Pick component. e.g. "open with" for files. - [\[input\]](#input) - Input component. e.g. create, rename, etc. +- [\[confirm\]](#confirm) - Confirmation dialog. e.g. remove, overwrite, etc. - [\[completion\]](#completion) - Completion component. e.g. "cd" path completion. - [\[help\]](#help) - Help menu.