diff --git a/README.md b/README.md index 13dc6b0..217d5fc 100644 --- a/README.md +++ b/README.md @@ -384,14 +384,6 @@ Add following keybindings to config: ``` Same approach can be used for other `vim-sexp` keybindings (e.g. `e[`) with cursor placement or without. -### `vim-sexp` splice sexp - -```lua - ["@"] = { - paredit.unwrap.unwrap_form_under_cursor, - "Splice sexp", - }, -``` ## Prior Art ### [vim-sexp](https://github.com/guns/vim-sexp)