Skullgrid@lemmy.world to Programmer Humor@programming.dev · edit-27 days agowhy hard exit editor? Nano say at bottom.files.catbox.moeimagemessage-square207linkfedilinkarrow-up1673arrow-down133file-text
arrow-up1640arrow-down1imagewhy hard exit editor? Nano say at bottom.files.catbox.moeSkullgrid@lemmy.world to Programmer Humor@programming.dev · edit-27 days agomessage-square207linkfedilinkfile-text
minus-squarebisby@lemmy.worldlinkfedilinkarrow-up2·6 days agoMoves the current line up 2 lines. It’s “2” because the syntax is actually “move to after -2”. So if you are on line 20, it will move you to after line 18… Aka line 19
minus-squaresin_free_for_00_days@sopuli.xyzlinkfedilinkEnglisharrow-up1·6 days agoAh, that makes sense. Thanks for explaining.
What does that do?
Moves the current line up 2 lines.
It’s “2” because the syntax is actually “move to after -2”. So if you are on line 20, it will move you to after line 18… Aka line 19
Ah, that makes sense. Thanks for explaining.