Give me an editor in my terminal, not a terminal in my editor
@cory I'll even take terminals in my terminal (tmux) over editors in my editor (Unity/Unreal).
@blainsmith tmux is one of those things I’ve never used but absolutely should. Meanwhile I’m over here building a CLI for the servers I manage.
@cory It's pretty nice especially if you manage remote servers. You can detach a session and exit SSH and it'll persist what you were working on. Pretty great and a big ecosystem of plugins.
@blainsmith Right on. I generally ssh in and out for simple tasks like updates. I sync my dotfiles across them all using Chezmoi since it lets me conditionally exclude platform specific portions. Part of me also wonders if I could do proper dev from an iPad if I used vim and a cheap VPS as a dev box (minus iOS/macOS anyhow). 😆
@cory Yup I HAD to work this way at an old job. Every dev had their own AWS VM because the stack was unable to run on local laptops.
@blainsmith Oof, yeah, we did that at Guitar Center but used local VMs and Sublime Text inside of it. When I was at Technicolor we used Windows, but the systems guys ssh'd into Linux boxes and never touched Windows for anything dev related. 😆
@cory @blainsmith it’s a good tool to have in your toolbox but FYI it changes the UX of your terminal. Things like scrolling don’t work the same at all under tux. Takes some getting used to.