so you literally just never tried to learn it at all? what's the point of this comment?
starting off with nothing but vim/nvim really isn't bad
vim/nvim is really great
taxes
the guy who invented straight people
it's a reference to some calculators wrongly approximating some values to a fraction of π
The issue isn't that they don't bother rewriting it to compile to AMD64, but that they'd have to rewrite it for ARM and Metal for basically no real payoff since OS X isn't a ~~popular~~ gaming platform.
Windows XP solitaire was peak gaming.
HiDPI is pretty good though, I'm running Fedora Workstation (GNOME) on a 4K 14" Thinkpad X1 Yoga with 2.5x scaling. Everything looks crisp except for a few applications like Audacity and Minecraft.
view more: next ›
737
joined 10 months ago
to apply a shell command to a single line you need
:.!command
.:!command
just runs it normally and outputs stdout to the terminal instead of inserting it into the buffer.