docs: add lsblk as a dependency for mount.yazi

This commit is contained in:
sxyazi
2025-01-24 19:08:51 +08:00
parent 767cf17200
commit 117975b88b
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ local M = {
{ on = "<Right>", run = { "enter", "quit" } },
{ on = "m", run = "mount" },
{ on = "M", run = "unmount" },
{ on = "u", run = "unmount" },
{ on = "e", run = "eject" },
},
}