prepare for tmux

This commit is contained in:
2026-06-28 13:21:45 +02:00
parent 8ceabee7cd
commit e41cd21a1d

View File

@@ -29,8 +29,8 @@ require("oil").setup({
["<C-s>"] = false, ["<C-s>"] = false,
["<C-p>"] = { "actions.preview", opts = { vertical = true, split = "belowright" } }, ["<C-p>"] = { "actions.preview", opts = { vertical = true, split = "belowright" } },
["<BS>"] = { "actions.parent", mode = "n" }, ["<BS>"] = { "actions.parent", mode = "n" },
["<A-h>"] = { "actions.parent", mode = "n" }, -- ["<A-h>"] = { "actions.parent", mode = "n" },
["<A-l>"] = "actions.select", -- ["<A-l>"] = "actions.select",
}, },
view_options = { view_options = {
show_hidden = true, show_hidden = true,