da_cow (she/her)@feddit.org to linuxmemes@lemmy.world · 2 months agoI Am starting to actually get somewhat comfortable using emacsfeddit.orgimagemessage-square114fedilinkarrow-up1537
arrow-up1537imageI Am starting to actually get somewhat comfortable using emacsfeddit.orgda_cow (she/her)@feddit.org to linuxmemes@lemmy.world · 2 months agomessage-square114fedilink
minus-square[object Object]@lemmy.worldlinkfedilinkarrow-up2·2 months ago a couple of visual mode commands Those might also work in the normal mode with motions, depending on the text. E.g. gcap would comment out the current paragraph (iirc).
minus-square[object Object]@lemmy.worldlinkfedilinkarrow-up2·2 months agogcc is the most typical, works on the current line.
Those might also work in the normal mode with motions, depending on the text. E.g.
gcapwould comment out the current paragraph (iirc).Oh sick I will try that
gccis the most typical, works on the current line.