yazi keybinds

This commit is contained in:
David Chen 2024-12-16 15:25:55 -08:00
parent dd6bca6f88
commit 295142928e

View file

@ -36,6 +36,8 @@ keymap = [
{ on = "Q", run = "quit --no-cwd-file", desc = "Exit the process without writing cwd-file" },
{ on = "<C-z>", 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" },