[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
6581d76a74
commit
be962cf373
2 changed files with 4 additions and 0 deletions
|
|
@ -239,6 +239,9 @@ cd *actions.c
|
||||||
close *actions.close*
|
close *actions.close*
|
||||||
Close oil and restore original buffer
|
Close oil and restore original buffer
|
||||||
|
|
||||||
|
copy_entry_path *actions.copy_entry_path*
|
||||||
|
Copy the filepath of the entry under the cursor to the + register
|
||||||
|
|
||||||
open_cmdline *actions.open_cmdline*
|
open_cmdline *actions.open_cmdline*
|
||||||
Open vim cmdline with current entry as an argument
|
Open vim cmdline with current entry as an argument
|
||||||
|
|
||||||
|
|
|
||||||
1
doc/tags
1
doc/tags
|
|
@ -1,6 +1,7 @@
|
||||||
Oil oil.txt /*Oil*
|
Oil oil.txt /*Oil*
|
||||||
actions.cd oil.txt /*actions.cd*
|
actions.cd oil.txt /*actions.cd*
|
||||||
actions.close oil.txt /*actions.close*
|
actions.close oil.txt /*actions.close*
|
||||||
|
actions.copy_entry_path oil.txt /*actions.copy_entry_path*
|
||||||
actions.open_cmdline oil.txt /*actions.open_cmdline*
|
actions.open_cmdline oil.txt /*actions.open_cmdline*
|
||||||
actions.open_cmdline_dir oil.txt /*actions.open_cmdline_dir*
|
actions.open_cmdline_dir oil.txt /*actions.open_cmdline_dir*
|
||||||
actions.open_cwd oil.txt /*actions.open_cwd*
|
actions.open_cwd oil.txt /*actions.open_cwd*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue