Skullgrid@lemmy.world to Programmer Humor@programming.dev · edit-22 months agowhy hard exit editor? Nano say at bottom.files.catbox.moeimagemessage-square186linkfedilinkarrow-up11file-text
arrow-up11imagewhy hard exit editor? Nano say at bottom.files.catbox.moeSkullgrid@lemmy.world to Programmer Humor@programming.dev · edit-22 months agomessage-square186linkfedilinkfile-text
minus-squarebisby@lemmy.worldlinkfedilinkarrow-up0·2 months ago^K Cut and ^U Uncut (paste) were on the screen the WHOLE time this happened. “The instructions are on screen at all times!” is only a positive if you follow the instructions, otherwise they are wasting space.
minus-squaresin_free_for_00_days@sopuli.xyzlinkfedilinkEnglisharrow-up0·2 months agoWhat does that do?
minus-squarebisby@lemmy.worldlinkfedilinkarrow-up0·2 months 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
^K Cutand^U Uncut(paste) were on the screen the WHOLE time this happened.“The instructions are on screen at all times!” is only a positive if you follow the instructions, otherwise they are wasting space.
ddp:m-2What 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