nvim-develop #3

Closed
t0xa wants to merge 44 commits from nvim-develop into main
Showing only changes of commit aa20450e89 - Show all commits

View file

@ -16,6 +16,7 @@ require("oil").setup {
["gx"] = "actions.open_external", ["gx"] = "actions.open_external",
["g."] = "actions.toggle_hidden", ["g."] = "actions.toggle_hidden",
["g\\"] = "actions.toggle_trash", ["g\\"] = "actions.toggle_trash",
["gr"] = "actions.refresh",
}, },
view_options = { view_options = {
show_hidden = true, show_hidden = true,