From e53249e2a06e636421b7b819bcb5c9e8ae77a13e Mon Sep 17 00:00:00 2001 From: Lars Jitschin <lars.jitschin@tu-dresden.de> Date: Fri, 8 Apr 2022 19:24:36 +0200 Subject: [PATCH] Admonitions improved --- doc.zih.tu-dresden.de/docs/software/utilities.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/utilities.md b/doc.zih.tu-dresden.de/docs/software/utilities.md index 1d1f6a5df..e280b7d5c 100644 --- a/doc.zih.tu-dresden.de/docs/software/utilities.md +++ b/doc.zih.tu-dresden.de/docs/software/utilities.md @@ -35,12 +35,13 @@ marie@compute$ tmux attach -t marie_is_testing Ctrl+B & d ``` -!!! NOTE: Do note that if you want to jump out of your Tmux session, +!!! note NOTE: Do note that if you want to jump out of your Tmux session, you would usually be using the key combination Control Key and B-Key (thus now addressing Tmux itself) and then you'd be using the D-Key to tell it to "detach" yourself from it (the Tmux session will stay alive and running). You can jump into it any time later by just using the aforementioned "tmux attach" command again. +++ctrl+B++ ++D++ ### Using a more recent Tmux version on Taurus @@ -91,7 +92,7 @@ marie@compute$ tmux -V tmux 3.2a ``` -!!! NOTE: When your clientÂ’s version is newer than the server-version, +!!! hint NOTE: When your clientÂ’s version is newer than the server-version, the aforementioned approach won't help you. In that case you might want to invoke `module unload tmux`, to downgrade your Tmux version to the Tmux version that is supplied with the operating system -- GitLab