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
This commit is contained in:
parent
4b19eac5c8
commit
558808b97d
1 changed files with 7 additions and 7 deletions
|
@ -204,7 +204,7 @@ Currently supported vim-specific commands:
|
||||||
:%s/foo/bar/
|
:%s/foo/bar/
|
||||||
to replace instances of foo with bar
|
to replace instances of foo with bar
|
||||||
:X,Ys/foo/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
|
other ranges are not yet implemented
|
||||||
|
|
||||||
# editing
|
# 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:
|
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]
|
:diff Toggle Hunk [Diff]
|
||||||
:diffs Toggle all Hunk [Diffs]
|
:diffs Toggle all Hunk [Diffs]
|
||||||
:revert Revert Selected Hunks
|
:revert Revert Selected Hunks
|
||||||
:cpp [C]o[p]y [P]ath to file
|
:cpp [C]o[p]y [P]ath to file
|
||||||
:crp [C]opy [r]elative [P]ath
|
:crp [C]opy [r]elative [P]ath
|
||||||
:reveal [Reveal] in finder
|
:reveal [Reveal] in finder
|
||||||
:zlog Open [Z]ed Log
|
:zlog Open [Z]ed Log
|
||||||
```
|
```
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue