[GH-ISSUE #6674] Simplify the input of multi-line text #4201

Closed
opened 2026-04-12 15:08:00 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @linkoog on GitHub (Sep 6, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6674

Simplify the input of multi-line text:
Use ctrl + enter keys to wrap the line

Originally created by @linkoog on GitHub (Sep 6, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6674 Simplify the input of multi-line text: Use ctrl + enter keys to wrap the line
GiteaMirror added the feature request label 2026-04-12 15:08:00 -05:00
Author
Owner

@pdevine commented on GitHub (Sep 12, 2024):

Unfortunately we can't detect ctrl + enter (it's a terminal thing), but we should detect ctrl + j which is sorta the same thing.

<!-- gh-comment-id:2345090738 --> @pdevine commented on GitHub (Sep 12, 2024): Unfortunately we can't detect ctrl + enter (it's a terminal thing), but we should detect ctrl + j which is sorta the same thing.
Author
Owner

@rick-github commented on GitHub (Jan 17, 2026):

https://github.com/ollama/ollama/pull/13694

<!-- gh-comment-id:3763896585 --> @rick-github commented on GitHub (Jan 17, 2026): https://github.com/ollama/ollama/pull/13694
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#4201