mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #139] Support for pasting into input with cmd-v #800
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#800
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @remorses on GitHub (Sep 5, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/139
input currently doesn't seem to support pasting text
@kommander commented on GitHub (Sep 5, 2025):
Upcoming with the EditBuffer I am going to introduce.
@remorses commented on GitHub (Sep 5, 2025):
Is there also a way to support cmd-c too?
@kommander commented on GitHub (Sep 5, 2025):
Oh cmd... I assumed control. Super modifiers are tricky. Maybe with kitty keyboard.
@kommander commented on GitHub (Sep 5, 2025):
Ah wait, I remember that's just paste mode in the terminal, svim has that. Even without I have a solution for that. So yes, cmd-v will work.