7 ms·
Another trick that I don't see people mention(excuse me if somebody here already did) is the bash history completion: \esc \tab This will complete based on yo
by clvv 16y ago
Another trick that I don't see people mention(excuse me if somebody here already did) is the bash history completion:
\esc \tab
This will complete based on your history, argument wise. Very useful when tab completion itself doesn't satisfy you.