this post was submitted on 17 Jul 2024
83 points (97.7% liked)

Ask Experienced Devs

1231 readers
1 users here now

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

I'd like actual examples instead of "I work faster", something like "I can move straight to the middle of the file with 7mv" or "I can keep 4 different text snippets in memory and paste each with a number+pt, like 2pt", things that you actually use somewhat frequently instead of what you can do, but probably only did once.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 2 months ago (1 children)

you can delete a line in most ides by having a cursor in the line and pressing ctrl+x (with the side effect of putting it in the clipboard)

[โ€“] [email protected] 1 points 2 months ago

Truth. I should have mentioned I'm not a huge fan of multi key combos to perform actions. I guess that's why I gravitate towards vim over emacs. Good to know though.