Skip to content

Commit

Permalink
Correct default key bindings in README
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryGessau authored and iwahbe committed Jun 5, 2023
1 parent e6a6a84 commit 3a1d99c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ This optimization is achieved by
a. parsing as little of the file as necessary to find the path and
b. leveraging C code whenever possible.

By default, this command is bound to `C-x C-p`.
By default, this command is bound to `C-c C-p`.

#### jsonian-edit-string

Expand All @@ -149,7 +149,7 @@ annoying
When you return from the buffer, the string is collapsed back into its escaped form
(preserving edits).

By default, this command is bound to `C-x C-s`.
By default, this command is bound to `C-c C-s`.

#### jsonian-enclosing-item

Expand All @@ -167,7 +167,7 @@ point to the `"` at the beginning of `"foo"`. Calling it again would move the
point to the first `{` on the second line. Calling it a final time would move
the point to the opening `[`.

By default, this function is bound to `C-x C-e`.
By default, this function is bound to `C-c C-e`.

#### jsonian-find

Expand Down

0 comments on commit 3a1d99c

Please sign in to comment.