AleMegadeth@eviltoast.org to linuxmemes@lemmy.world · 23 hours agosiempre lo hagoeviltoast.orgimagemessage-square155fedilinkarrow-up11.26Karrow-down112
arrow-up11.25Karrow-down1imagesiempre lo hagoeviltoast.orgAleMegadeth@eviltoast.org to linuxmemes@lemmy.world · 23 hours agomessage-square155fedilink
minus-square___f____g___@lemmy.calinkfedilinkarrow-up2·edit-24 hours agoI see everyone posting about Ctrl+R, here’s a couple more useful CLI shortcuts you might enjoy: cd - (change directory to $OLDPWD usually the previous directory) git checkout - (similarly checkout the previous branch) Ctrl+A (return caret to beginning of command, great when you forgot a positional argument and you were almost done typing the command) Ctrl+E (similar to Ctrl+A but move to the end of the command)
minus-squareBCsven@lemmy.calinkfedilinkarrow-up1·2 hours agoCtrl+L to clear the terminal screen, instead of typing clear
I see everyone posting about Ctrl+R, here’s a couple more useful CLI shortcuts you might enjoy:
cd - (change directory to $OLDPWD usually the previous directory)
git checkout - (similarly checkout the previous branch)
Ctrl+A (return caret to beginning of command, great when you forgot a positional argument and you were almost done typing the command)
Ctrl+E (similar to Ctrl+A but move to the end of the command)
Ctrl+L to clear the terminal screen, instead of typing clear