mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim/Oil: operate on files
This commit is contained in:
parent
53ef51b856
commit
98910c755b
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,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",
|
||||||
|
["<leader>:"] = "actions.open_cmdline",
|
||||||
},
|
},
|
||||||
view_options = {
|
view_options = {
|
||||||
show_hidden = true,
|
show_hidden = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue