Skip to content

Commit dbd1626

Browse files
authored
Breakpoint <target> puts a breakpoint on the current line instead of the target line (#766)
* Breakpoint <target> puts a breakpoint on the current line instead of the target line Fixes #761 * bump-ci
1 parent 9d90c02 commit dbd1626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/actions_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# See https://www.cursorless.org/docs/user/customization/
55
simple_action_defaults = {
66
"bottom": "scrollToBottom",
7-
"breakpoint": "toggleLineBreakpoint",
7+
"break point": "toggleLineBreakpoint",
88
"carve": "cutToClipboard",
99
"center": "scrollToCenter",
1010
"chuck": "remove",

0 commit comments

Comments
 (0)