|
I want to be able to copy the text without include the line numbers. How do I disable line numbers temporarily?
|
Answered by
tpm-cd
Mar 14, 2025
Replies: 2 comments
|
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. |
0 replies
Answer selected by
masonwan
|
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can remove
line-numbersfrom theeditor.gutterssection 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.