mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
yazi keybinds
This commit is contained in:
parent
dd6bca6f88
commit
295142928e
1 changed files with 2 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue