auto up 18:57:31 up 0:00, 2 users, load average: 0.71, 0.18, 0.06

This commit is contained in:
2025-11-03 18:57:32 +01:00
parent 2485c1e3df
commit c1815ecf2b
4 changed files with 21 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ 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"},
# Recover the last delted file
{ on = ["u"], run = "plugin restore", desc = "Restore last deleted files/folders" },