Skip to content

Commit

Permalink
Merge pull request #40 from julienvincent/armed-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
armed authored Oct 1, 2023
2 parents df1c7b8 + 281161d commit 068dd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ paredit.setup({
-- list of default keybindings
keys = {
[">)"] = { paredit.api.slurp_forwards, "Slurp forwards" },
[">("] = { paredit.api.slurp_backwards, "Slurp backwards" },
[">("] = { paredit.api.barf_backwards, "Barf backwards" },

["<)"] = { paredit.api.barf_forwards, "Barf forwards" },
["<("] = { paredit.api.barf_backwards, "Barf backwards" },
["<("] = { paredit.api.slurp_backwards, "Slurp backwards" },

[">e"] = { paredit.api.drag_element_forwards, "Drag element right" },
["<e"] = { paredit.api.drag_element_backwards, "Drag element left" },
Expand Down

0 comments on commit 068dd2b

Please sign in to comment.