Command+Shift+V doesn't paste what is expeceted #9447
Replies: 3 comments 1 reply
-
|
The differing behavior is that one is pasting the system clipboard and one is pasting the selection clipboard https://github.com/ghostty-org/ghostty/blob/main/src/config/Config.zig#L6287-L6292 while normal is to paste the normal contents You can always override that its either always the selection clipboard or always the system clipboard yourself for both copy and paste Im not sure what "formatting" you mean there isn't formatting to save or not when pasting to a terminal like the font used (I would assume this would never happen), or the style like bold or italics (maybe this makes sense I would imagine it doesn't but theoretically it could) |
Beta Was this translation helpful? Give feedback.
-
|
Feel free to close as Working as Intended. I mainly wanted to convey that Command+Shift+V didn't behave the way I expected it. the behavior I describe is how Google Docs or Chrome handle Command+Shift+V and Command+V. |
Beta Was this translation helpful? Give feedback.
-
|
To be clear, my issue is: Steps:
Expected:
Observed
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
When I use ghostty, I tend to do Command+Shift+V.
Observed:
The content pasted when pressing Command+Shift+V often differs from pressing Command+V. It seems like old copied content.
Suggestion:
Command+Shift+V should behave the same as Command+V
Beta Was this translation helpful? Give feedback.
All reactions