Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/help/typable-commands/open.md')
| -rw-r--r-- | runtime/help/typable-commands/open.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/help/typable-commands/open.md b/runtime/help/typable-commands/open.md new file mode 100644 index 00000000..d92d0f5d --- /dev/null +++ b/runtime/help/typable-commands/open.md @@ -0,0 +1,8 @@ +`:open <path>` + +Aliases: `:o` + +If <path> exists, opens the file at <path>. +If <path> does not exist, creates a new buffer +and associates it with <path>. Note that this +does not automatically save the created buffer. |