laurenceOfSuburbia@lemmy.world to memes@lemmy.world · 24 days agoCan't trust the C button.lemmy.worldimagemessage-square107linkfedilinkarrow-up1596arrow-down116
arrow-up1580arrow-down1imageCan't trust the C button.lemmy.worldlaurenceOfSuburbia@lemmy.world to memes@lemmy.world · 24 days agomessage-square107linkfedilink
minus-squareheartSagan5@lemmy.ziplinkfedilinkarrow-up2·edit-224 days agoI sometimes use Ctrl+w (yank the last word) then Ctrl+y (paste it) in terminal. Ctrl+a (move the cursor to the beginning of this line — useful to add sudo) Ctrl+e (move the cursor to the end of this line) Ctrl+f (move the cursor forward one character) Ctrl+b (move the cursor back one character) Ctrl+u (yank the whole line — better than hitting backspace a whole lot) Ctrl+l (clear the terminal) Ctrl+d (logout/exit)
I sometimes use Ctrl+w (yank the last word) then Ctrl+y (paste it) in terminal.
Ctrl+a (move the cursor to the beginning of this line — useful to add sudo)
Ctrl+e (move the cursor to the end of this line)
Ctrl+f (move the cursor forward one character)
Ctrl+b (move the cursor back one character)
Ctrl+u (yank the whole line — better than hitting backspace a whole lot)
Ctrl+l (clear the terminal)
Ctrl+d (logout/exit)