-
I want to be able to copy the text without include the line numbers. How do I disable line numbers temporarily?
|
Beta Was this translation helpful? Give feedback.
Answered by
tpm-cd
Mar 14, 2025
Replies: 1 comment
-
You can remove As a workaroung, you could write a script to do this and bind to a key. How are you copying the text? Even with the mouse I'm not able to select the line numbers. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
masonwan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can remove
line-numbers
from theeditor.gutters
section of your config and reload it, but i believe there is no typable command for this.As a workaroung, you could write a script to do this and bind to a key.
How are you copying the text? Even with the mouse I'm not able to select the line numbers.