feat: added command
This commit is contained in:
parent
ae8f474545
commit
af59e7b53d
2 changed files with 14 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ If you want to mimic the `vim-vinegar` method of navigating to the parent direct
|
|||
vim.keymap.set("n", "-", require("oil").open, { desc = "Open parent directory" })
|
||||
```
|
||||
|
||||
You can also use the `Oil` command to open oil.nvim.
|
||||
You can provide a folder argument to open this folder and add `--float` at the end of the command to open oil in a float.
|
||||
|
||||
## Options
|
||||
|
||||
```lua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue