From 262a0ef74ff40705654b95e88a07270100b306e4 Mon Sep 17 00:00:00 2001 From: Artem Medeu Date: Mon, 16 Oct 2023 18:58:30 +0600 Subject: [PATCH] chore: update readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) 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)