Skip to content

Commit fcfdaab

Browse files
committed
Let folks know how to select text
1 parent 257defd commit fcfdaab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cecli/tui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def update_key_hints(self, generating=False):
328328
hints.update_right(f"{stop} to cancel")
329329
else:
330330
submit = self.app.get_keys_for("submit")
331-
hints.update_right(f"{submit} to submit")
331+
hints.update_right(f"shift+drag to select • {submit} to submit")
332332
except Exception:
333333
pass
334334

0 commit comments

Comments
 (0)