Skip to content

Commit

Permalink
fix multicursor paredit enty and a typo in paredit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
riotrah committed Mar 31, 2024
1 parent b7101eb commit adf4a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/paredit.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Default keybinding | Action | Description
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.

!!! Note "clojure-lsp drag fwd/back overlap"
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.
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.

### Drag bindings forward/backward

Expand Down

0 comments on commit adf4a2e

Please sign in to comment.