Skip to content
Snippets Groups Projects
Verified Commit c7bef803 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

add keymap to open current Oil item in cmd line

parent 37ad091f
Branches
No related tags found
No related merge requests found
...@@ -42,6 +42,12 @@ return { ...@@ -42,6 +42,12 @@ return {
end end
end, end,
}, },
["<leader>:"] = {
"actions.open_cmdline",
opts = {
shorten_path = false,
},
},
}, },
view_options = { view_options = {
show_hidden = true, show_hidden = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment