da_cow (she/her)@feddit.org to linuxmemes@lemmy.world · 1 month agoI Am starting to actually get somewhat comfortable using emacsfeddit.orgexternal-linkmessage-square114fedilinkarrow-up1533arrow-down113
arrow-up1520arrow-down1external-linkI Am starting to actually get somewhat comfortable using emacsfeddit.orgda_cow (she/her)@feddit.org to linuxmemes@lemmy.world · 1 month agomessage-square114fedilink
minus-square[object Object]@lemmy.worldlinkfedilinkarrow-up2·1 month 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·1 month 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.