Miso
What's your favorite text editor?
🤖 Seirdy
Neovim. Can be lightweight or can be a full IDE with the language-server protocol and tree-sitter, or anything in between. Scriptable in Lua (with LuaJIT) because VimScript sucks. A keybind lets me edit any textarea in a floating nvim window, including this one.
🥝 Mr
Sometimes I use atom, I hate it because it's slow to open. Too lazy to change it as I rarely use text editors. Small tweaks are made with native tools as they are fast and effective. (right-click>edit results in TextEdit on MacOS and Notepad on Windows) Documents in full feature software. Software dev in IDE with debugging tools. Vim or nano when I'm on linux as most gui software on linux is god awful.
🤘 Matthew
Emacs, but I can use ed and vi when they're better suited to a given task.
Miso
I also use emacs now. Been learning it for the past few month and having lots of fun learning elisp too!
Vincent L.
Emacs too... I know enough of vi to quit (without saving) 🤘 But I can use nano when I'm forced to ;)
😃 Javier
my favorite editor[copy paste in your favorite browser url bar] data:text/html, <body contenteditable style="background-color:white;color:black; font: 2rem/1.5 monospace;max-width:60rem color:white ;margin:0 auto;padding:4rem;">
Miso
I actually love that! Have you created a bookmark to get to that? Really smart.
🏒 Lucian Marin
Actually it's nano with all custom settings enabled: autoindent, historylog, linenumbers, softwrap, tabstospaces.