Skip to content

Commit 9ebcb7c

Browse files
committed
fix multicursor paredit enty and a typo in paredit docs
1 parent d910ab5 commit 9ebcb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/site/paredit.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Default keybinding | Action | Description
125125
You can have the *kill* commands always copy the deleted code to the clipboard by setting `calva.paredit.killAlsoCutsToClipboard` to `true`. If you want to do this more on-demand, you can kill text by using the [selection commands](#selecting) and then *Cut* once you have the selection.
126126

127127
!!! Note "clojure-lsp drag fwd/back overlap"
128-
As an experimental feature, the two commands for dragging forms forward and backward have clojure-lsp alternativs. See the [clojure-lsp](clojure-lsp.md#clojure-lsp-drag-fwdback) page.
128+
As an experimental feature, the two commands for dragging forms forward and backward have clojure-lsp alternatives. See the [clojure-lsp](clojure-lsp.md#clojure-lsp-drag-fwdback) page.
129129

130130
### Drag bindings forward/backward
131131

@@ -156,5 +156,5 @@ Happy Editing! ❤️
156156
There is an ongoing effort to support simultaneous multicursor editing with Paredit. This is an experimental feature and is not enabled by default. To enable it, set `calva.paredit.multicursor` to `true`. This feature is still in development and may not work as expected in all cases. Currently, this supports the following categories:
157157

158158
- Movement
159-
- Selection (except for `Select Current Form` - coming soon!)
159+
- Selection
160160
- Rewrap

0 commit comments

Comments
 (0)