blob: b338da55f184b36001306750dc510b09eaf5f6c9 (
plain)
1
2
3
4
5
6
7
8
|
#tmux
Tmux can be used to run programs in the background by opening a tmux session and starting the program. It is then possible to detach from that session while the program keeps running.
It's also possible to directly start a program in its own session:
tmux new-session obsidian or leader+A $ and then new-session obsidian.
---
|