Email or username:

Password:

Forgot your password?
Top-level
wupatz

@b0rk while shell history search is a great relief, positional jumps at the prompt with keyboard shortcuts - between word boundaries, beginning and end - are the enabler for comfortably writing new history. That would be my "one tip".

Helpful to this day: a pattern in note files: # headline, then grep -A1 when trying to recall on a used keyword in the file.

manpage searching in the pager for what args do: after / a space preceding the hyphen will quickly churn a hit

2 comments
Julia Evans

@wupatz do you mean like Ctrl+W / Ctrl+left/right arrow for moving around? that was a big one for me too

wupatz

@b0rk yes! forgot to name ^W .. I think slashdot comments teached me that one.

This one is a great illustration (but it's not using cursors key and isn't cross-platform): clementc.github.io/blog/2018/0

Go Up