auto up 01:59:20 up 7:21, 2 users, load average: 0.17, 0.29, 0.37

This commit is contained in:
2025-11-06 01:59:21 +01:00
parent 25a8f64577
commit 7cc3d26c3b
5 changed files with 64 additions and 15 deletions

View File

@@ -10,11 +10,13 @@ prepend_keymap = [
# Chmod in yazi
{on = [ "c", "m" ],run = "plugin chmod",desc = "Chmod on selected files"},
{on = [ "g", "E" ],run = "plugin gpg",desc = "Gpg the hovered file"},
{on = [ "q" ],run = "plugin projects quit",desc = "Quit with save"},
{on = [ "M" ],run = "plugin mount",desc = "Quit with save"},
# Recover the last delted file
{ on = ["u"], run = "plugin restore", desc = "Restore last deleted files/folders" },
{ on = ["T"], run = "plugin toggle-pane max-preview", desc = "Restore last deleted files/folders" },
# Get the size of the cwd
{ on = [ "\\", "s" ], run = "plugin what-size", desc = "Calc size of selection or cwd" },