this post was submitted on 26 Oct 2024
645 points (96.8% liked)

Programmer Humor

32542 readers
514 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 10 points 3 weeks ago (1 children)

Why are you using Vim for this? Vim actually allows you to change the cursor position and select text with the mouse if your terminal supports it.

[โ€“] [email protected] 2 points 3 weeks ago

And if you enable the mouse while line numbers are set to be displayed, you can highlight multiple lines without needing to include the line numbers when you paste it later.