Bind updates.

This commit is contained in:
2026-08-09 06:11:58 +02:00
parent 7f09d83008
commit 5f930c1f23
+2 -2
View File
@@ -36,8 +36,8 @@ require("oil").setup({
}, },
keymaps = { keymaps = {
["<CR>"] = "actions.select", ["<CR>"] = "actions.select",
["-"] = "actions.parent", ["l"] = "actions.select",
["_"] = "actions.open_cwd", ["h"] = "actions.parent",
["q"] = "actions.close", ["q"] = "actions.close",
}, },
}) })