nvim-develop #3
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue