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" },