mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#CodeEditors

0 Beiträge0 Beteiligte0 Beiträge heute

I’ve been looking for a good editor for Mac for a while -- one that feels native (Mac-assed) and modern. I do most of my coding in Xcode and I'm happy with it for iOS development. But there are text files and Markdown files and YAML files and other files to edit, and Xcode feels too heavy most of the time. So, Mastodon friends, what do you recommend?

Just noticed a cute feature of the macOS Terminal (the default terminal app): PageUp/Down by default scroll the view so are not sent as ANSI codes to the subprocess; but if (ANSI) alternate view is active, then PageUp/Down _are_ sent as ANSI codes and do not scroll the view.

Upshot: PageUp works to preview command history in the shell _and_ scrolls the document in vi.