fixed xdg-open

This commit is contained in:
piecka 2025-03-18 09:23:59 +01:00
parent de141efad5
commit 1ddd519108

View file

@ -341,3 +341,8 @@ desc = "Enter the child directory, or open the file"
on = [ "c", "m" ]
run = "plugin chmod"
desc = "Chmod on selected files"
[[input.prepend_keymap]]
on = "<Esc>"
run = "close"
desc = "Cancel input"