HN user

hamosch

10 karma
Posts0
Comments3
View on HN
No posts found.

Client side exception when scrolling down a little and back to the top on mobile safari, so much smoother than the regular scroll

Also doesn’t play nicely with the fade in of the safari bottom toolbar

Learnt a neat trick from an old sysadmin colleague.

If you’ve written a command but realize you don’t want to run it right now but want to save it in your history you can just put a `#` in front of it (ctrl-a #) making it a comment and allowing you to save it in your history without running it.

When you’re ready to run it you find it and remove the preceding `#`