heartb1t

joined 10 months ago
[โ€“] heartb1t@alien.top 1 points 10 months ago

i guess it depends on what you use tmux for. in another reply in this post i've mentioned detached.el, which allows you to have sessions of commands that live even if your Emacs dies, and it can be seamlessly integrated to your shell, meaning you can use your shell as usual in Emacs but instruct it to run certain commands through detached.el. there are more lightweight alternatives to this, such as sending commands to a compilation buffer (i could link you to those as well, just ping me).

the windows/panes setup can be replicated using tabs and the default window management system for Emacs (which you can tweak to your pleasing). you can even store window configurations (i do something similar to that with tmux).

so what is it that you need from tmux that you would like to see in Emacs?

[โ€“] heartb1t@alien.top 1 points 10 months ago (1 children)

I love emacs, but no, it does not replace tmux; I use tmux to have multiple long lived sessions on a remote machine, so I SSH into something, start up tmux and then kick off a CLI process that will take a long time to finish.

i believe that's doable in Emacs with detached.el, there's a section on their docs regarding working with remote connections. you can also find some videos on YouTube from the author.