Ask HN: Can I see your cheatsheet?
21–30 of 173 posts
Re: Ask HN: Can I see your cheatsheet?
#22 Process substitution:
bash: diff Re: Ask HN: Can I see your cheatsheet?
#23Re: Ask HN: Can I see your cheatsheet?
#24On a related note: has anyone used a good tool for using/inserting these kinds of custom snippets? It would be neat to have a snippet manager with quick search bound to a keypress.
Re: Ask HN: Can I see your cheatsheet?
#25My only real cheatsheet is a list of shortcuts I maintain for programs/apps I use: system: ctrl+space=switch keyboard input language iterm2: cmd+; = autocomplete fn+cmd+ = scroll to bottom of buffer fn+cmd+^ = pgup buffer fn+cmd+v = pgdown buffer fn+ = end of line shift+cmd+[ = previous tab shift+cmd+] = next tab cmd+K = delete til end of line cmd+enter = full-screen on/off cmd+shift+e = show command timeline!!! chro…
You might like this: https://www.mediaatelier.com/CheatSheet/
Re: Ask HN: Can I see your cheatsheet?
#26One thing I try to do is to keep my keyboard shortcuts consistent between programs/systems. That way the chance of my instinct of pressing `+a` to move the cursor to the start of the line will be correct more often.
Another thing I try to do when a project has a set of complex commands that are needed, is to add them as a rule in its Makefile, that way they're available for my colleagues as well.
Re: Ask HN: Can I see your cheatsheet?
#27My extremely short shell cheatsheet for things I do rarely enough to forget each time: Process substitution: bash: diff
Re: Ask HN: Can I see your cheatsheet?
#28Re: Ask HN: Can I see your cheatsheet?
#29Re: Ask HN: Can I see your cheatsheet?
#30On a related note: has anyone used a good tool for using/inserting these kinds of custom snippets? It would be neat to have a snippet manager with quick search bound to a keypress.