Oddbean new post about | logout
 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, nostr friends, what do you recommend?

#macassed #development #codeeditors 
 BBEdit is the gold standard for macOS 
 I’ve been using VSCodium which is like a community version of VSCode (I think it has some microsoft telemetry removed). It’s a little overkill but with the NeoVim plugin it’s everything I need. 
 Have you heard of Helix editor? Someone recommended it to me and it’s probably not for me but might be for you: https://helix-editor.com/ 
 I have seen that before. I really like vim a lot for command-line editing and Helix doesn’t seem to offer anything I need that I don’t already get from vim. 
 I use vscode but I keep meaning to try out zed, it’s by the creator of Atom which became vscode. 

https://zed.dev 
 It's quite fast, but I think I'll keep using vscode. This was a fairly informative watch:

https://yewtu.be/watch?v=Fk08oNi0j1Y&pp=ygUNWmVkIHZzIHZzY29kZQ%3D%3D 
 I would recommend neovim but I don't know if that would fit your definition of modern :)
Zed also looks pretty interesting although I haven't tried it yet. 
 Sublime is really lightweight and supports plugins. It’s my go to text editor when I need something in between vi and an IDE. 
 I'm so old, I still use "vi" for all my editing. I have all the commands committed to muscle memory after 40 years so I don't ever have to think about how to do stuff with the editor. My brain only has to think about what has to be done, and my fingers type on auto-pilot.