From 629a0fd96dc48c3c5687e3cf37c8e9688c0a0d69 Mon Sep 17 00:00:00 2001 From: Ibrahim Dursun Date: Tue, 4 Oct 2022 17:55:55 +0100 Subject: [PATCH] Add command to docs --- book/src/generated/typable-cmd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md index 4cbff3061a440..950066bd52e53 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -69,3 +69,4 @@ | `:append-output` | Run shell command, appending output after each selection. | | `:pipe` | Pipe each selection to the shell command. | | `:run-shell-command`, `:sh` | Run a shell command | +| `:read`, `:r` | Load a file into buffer |