this post was submitted on 08 Apr 2024
938 points (98.1% liked)

Programmer Humor

18396 readers
517 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] mexicancartel@lemmy.dbzer0.com 8 points 3 months ago (1 children)

Thoose are line numbers in IDE. You don't count them, you see them

[–] FizzyOrange@programming.dev 1 points 3 months ago (1 children)

Line numbers are absolute, not relative (normally anyway; I think some editors allow showing relative line numbers). Anyway I think holding down (page) up/down is going to be just as fast.

[–] mexicancartel@lemmy.dbzer0.com 2 points 3 months ago

There are both modes for absolute and relative line numbers in vim. Holding up/down might be intuitive nd easy to remember, but saving 1 second everytime you need to do this can add up pretty fast