laurenceOfSuburbia@lemmy.world to memes@lemmy.world · 11 days agoCan't trust the C button.lemmy.worldimagemessage-square123fedilinkarrow-up1620arrow-down119
arrow-up1601arrow-down1imageCan't trust the C button.lemmy.worldlaurenceOfSuburbia@lemmy.world to memes@lemmy.world · 11 days agomessage-square123fedilink
minus-squareheartSagan5@lemmy.ziplinkfedilinkarrow-up2·edit-210 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)