Skip to content

Commit 725f359

Browse files
committed
abitrary to run tests
1 parent d7bde33 commit 725f359

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/textual/widgets/_input.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ class Input(ScrollView):
9898
show=False,
9999
),
100100
Binding(
101-
"ctrl+right", "cursor_right_word", "Move cursor right a word", show=False
101+
"ctrl+right",
102+
"cursor_right_word",
103+
"Move cursor right a word",
104+
show=False,
102105
),
103106
Binding(
104107
"ctrl+shift+right",

0 commit comments

Comments
 (0)