diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-23 11:30:28 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-23 11:30:28 +0100 |
commit | 1f1423fdb8d4e2928768ffa33a6ad2b59c75e82e (patch) | |
tree | 67d94f0d821a053aca0e7c8a7ffb6c369047aa14 /Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md | |
parent | 93d36010a9d54bca1fdcaf1f4c99e6981aaf41bc (diff) |
lowercase dirs
Diffstat (limited to 'Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md')
-rw-r--r-- | Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md b/Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md deleted file mode 100644 index b338da5..0000000 --- a/Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md +++ /dev/null @@ -1,8 +0,0 @@ -#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. - ---- |