Cheatsheet trick for tools with too many shortcuts:
$ alias screenhelp='cat ~/.screen-cheatsheet.txt'
$ screenhelp
One alias per tool.
No apps, no TUIs, no search.
Just cat and muscle memory.
Example:
https://git.sr.ht/~r1w1s1/code-notes/blob/main/notes/My_GNU_Screen_Setup.txt
#unix #commandline #gnu #screen
$ alias screenhelp='cat ~/.screen-cheatsheet.txt'
$ screenhelp
One alias per tool.
No apps, no TUIs, no search.
Just cat and muscle memory.
Example:
https://git.sr.ht/~r1w1s1/code-notes/blob/main/notes/My_GNU_Screen_Setup.txt
#unix #commandline #gnu #screen