Skip to content

Commit 61dd71b

Browse files
authored
Fixes typo in toggle keybinding
1 parent f0ecb3e commit 61dd71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can call any of these commands from your own custom keybinding, simply overr
1414

1515
| Command | Effect | Default Keymaps |
1616
| ------- | ------ | --------------- |
17-
| Toggle `split-diff:toggle` | Toggles a diff of the text between two side-by-side panes. Creates panes as necessary. Displays git changes if there is a repository found. | `ctrl-alt-d`) |
17+
| Toggle `split-diff:toggle` | Toggles a diff of the text between two side-by-side panes. Creates panes as necessary. Displays git changes if there is a repository found. | `ctrl-alt-d` |
1818
| Enable `split-diff:enable` | Enables a diff of the text between two side-by-side panes. Creates panes as necessary. Displays git changes if there is a repository found. | ... |
1919
| Disable `split-diff:disable` | Disables a diff. Removes any panes that were created by this package. | ... |
2020
| Ignore Whitespace `split-diff:ignore-whitespace` | Toggles the Ignore Whitespace setting. | ... |

0 commit comments

Comments
 (0)