aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorJoe2022-03-14 02:47:52 +0000
committerGitHub2022-03-14 02:47:52 +0000
commitc0dbd6dc3f147b46d4352ac78903a7a70741cfd9 (patch)
treedece1b71c36aa367d13959b0f483d66423150709 /book
parent85492e587cc27ba9783c8380683660a0f4423ff4 (diff)
Add horizontal and vertical split scratch buffers (#1763)
Make subcommand name more descriptive Fix vsplit completer Run cargo xtask docgen
Diffstat (limited to 'book')
-rw-r--r--book/src/generated/typable-cmd.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md
index 370da21a..2d89c97f 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -46,7 +46,9 @@
| `:debug-remote`, `:dbg-tcp` | Connect to a debug adapter by TCP address and start a debugging session from a given template with given parameters. |
| `:debug-eval` | Evaluate expression in current debug context. |
| `:vsplit`, `:vs` | Open the file in a vertical split. |
+| `:vsplit-new`, `:vnew` | Open a scratch buffer in a vertical split. |
| `:hsplit`, `:hs`, `:sp` | Open the file in a horizontal split. |
+| `:hsplit-new`, `:hnew` | Open a scratch buffer in a horizontal split. |
| `:tutor` | Open the tutorial. |
| `:goto`, `:g` | Go to line number. |
| `:set-option`, `:set` | Set a config option at runtime |