From 295142928ea09f0432424e947683a901da3b071e Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 16 Dec 2024 15:25:55 -0800 Subject: [PATCH] yazi keybinds --- yazi/keymap.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yazi/keymap.toml b/yazi/keymap.toml index f0a3d53..18f5169 100644 --- a/yazi/keymap.toml +++ b/yazi/keymap.toml @@ -36,6 +36,8 @@ keymap = [ { on = "Q", run = "quit --no-cwd-file", desc = "Exit the process without writing cwd-file" }, { on = "", run = "suspend", desc = "Suspend the process" }, + { on = "R", run = "reload", desc = "Refresh the current directory" }, + # Hopping { on = "u", run = "arrow -1", desc = "Move cursor up" }, { on = "e", run = "arrow 1", desc = "Move cursor down" },