We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257defd commit fcfdaabCopy full SHA for fcfdaab
1 file changed
cecli/tui/app.py
@@ -328,7 +328,7 @@ def update_key_hints(self, generating=False):
328
hints.update_right(f"{stop} to cancel")
329
else:
330
submit = self.app.get_keys_for("submit")
331
- hints.update_right(f"{submit} to submit")
+ hints.update_right(f"shift+drag to select • {submit} to submit")
332
except Exception:
333
pass
334
0 commit comments