

9·
1 day agoI believe, these are Emacs shortcuts. There’s also set -o vi
in bash, but I’ve never used it, so can’t vouch for it.
I believe, these are Emacs shortcuts. There’s also set -o vi
in bash, but I’ve never used it, so can’t vouch for it.
Meanwhile plenty of software recommends doing this:
curl https://totallysafe.example/install.sh | sudo bash
Nice list, TIL about
Ctrl+U
andCtrl+Y
.If I may add,
Ctrl+X
intoCtrl+E
opens$EDITOR
to edit the current line.