From 558808b97dc5967dc60047937a04c08d4ddce71c Mon Sep 17 00:00:00 2001 From: Hugh Do Date: Thu, 20 Jun 2024 18:03:25 +0900 Subject: [PATCH] docs: Fix a typo in replacement command in vim doc (#13288) ### Changes - Fix a typo in the replacement command - Align command descriptions for better readability Release Notes: - N/A --- docs/src/vim.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/src/vim.md b/docs/src/vim.md index 2f16cf4a52441705c793ae30f63014fd2c02a0ca..68174b0cadc97a71845c63a2b030c6dc80c8466f 100644 --- a/docs/src/vim.md +++ b/docs/src/vim.md @@ -204,7 +204,7 @@ Currently supported vim-specific commands: :%s/foo/bar/ to replace instances of foo with bar :X,Ys/foo/bar/ - to limit replcaement between line X and Y + to limit replacement between line X and Y other ranges are not yet implemented # editing @@ -219,13 +219,13 @@ Currently supported vim-specific commands: As any Zed command is available, you may find that it's helpful to remember mnemonics that run the correct command. For example: ``` -:diff Toggle Hunk [Diff] -:diffs Toggle all Hunk [Diffs] -:revert Revert Selected Hunks -:cpp [C]o[p]y [P]ath to file -:crp [C]opy [r]elative [P]ath +:diff Toggle Hunk [Diff] +:diffs Toggle all Hunk [Diffs] +:revert Revert Selected Hunks +:cpp [C]o[p]y [P]ath to file +:crp [C]opy [r]elative [P]ath :reveal [Reveal] in finder -:zlog Open [Z]ed Log +:zlog Open [Z]ed Log ``` ## Settings