Export selected column/row/cell to clipboard? #1593
-
Is it possible to dump the selected row / cell / column to the clipboard? |
Beta Was this translation helpful? Give feedback.
Answered by
anjakefala
Nov 11, 2022
Replies: 1 comment
-
Yup! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pbsds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup!
Shift+Y
copies the current row to the clipboard, andz Shift+Y
the current cell. If you are on Linux, you might need to install additional software (xclip
).