diff --git a/docs/site/paredit.md b/docs/site/paredit.md
index a929935a6..c3c2be41e 100644
--- a/docs/site/paredit.md
+++ b/docs/site/paredit.md
@@ -108,8 +108,8 @@ Default keybinding | Action | Description
`ctrl+alt+shift` `k`
`ctrl+alt+shift` `j` | **Drag Sexp Forward Up**
**Drag Sexp Backward Down** | Moves the current form up/out of the current list, *forwards*, and down/in to the preceding list, *backwards*, keeping the cursor within the sexpr being dragged.
![](images/paredit/drag-forward-up-backward-down.gif)
`ctrl+shift+c` | **Convolute** | ¯\\\_(ツ)_/¯
![](images/paredit/convolute.gif)
`ctrl+shift+delete` | **Kill Sexp Forward** | Deletes the next form in the same enclosing form as the cursor.
![](images/paredit/kill-forward-sexp.gif)
- `ctrl+k` | **Kill Right** | Delete forward to the end of the current form or the first newline.
![](images/paredit/kill-right.gif)
- `ctrl+h` | **Kill Left** | Delete backward to the start of the current form or the start of the line.
![](images/paredit/kill-left.gif)
+ `ctrl+k ctrl+k` (win/linux)
`ctrl+k` (mac) | **Kill Right** | Delete forward to the end of the current form or the first newline.
![](images/paredit/kill-right.gif)
+ `ctrl+k ctrl+h` (win/linux)
`cmd+backspace` (mac) | **Kill Left** | Delete backward to the start of the current form or the start of the line.
![](images/paredit/kill-left.gif)
`ctrl+alt+backspace` | **Kill Sexp Backward** | Deletes the previous form in the same enclosing form as the cursor.
![](images/paredit/kill-backward-sexp.gif)
`ctrl+delete` | **Kill List Forward** | Deletes everything from the cursor to the closing of the current enclosing form.
![](images/paredit/kill-close-list.gif)
`ctrl+backspace` | **Kill List Backward** | Deletes everything from the cursor to the opening of the current enclosing form.
![](images/paredit/kill-open-list.gif)