diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-02 00:10:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-02 00:10:48 +0300 |
| commit | f0a435df3339c2f0ddca97f83f58073c4988f15d (patch) | |
| tree | 58de3dd5dd920799f7295f14c1540d1d37a3a51e /gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html | |
| parent | 2e1df312e69e6a1702930b5a28a9c3309f0d033c (diff) | |
Update content for html
Diffstat (limited to 'gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html')
| -rw-r--r-- | gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html b/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html index e39ce96c..cfbc6a53 100644 --- a/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html +++ b/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title>Terminal multiplexing with `tmux`</title> +<title>Terminal multiplexing with `tmux` - Z-Shell edition</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <link rel="stylesheet" href="../style.css" /> <link rel="stylesheet" href="style-override.css" /> @@ -11,9 +11,13 @@ <p class="header"> <a href="https://foo.zone">Home</a> | <a href="https://codeberg.org/snonux/foo.zone/src/branch/content-md/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.md">Markdown</a> | <a href="gemini://foo.zone/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi">Gemini</a> </p> -<h1 style='display: inline' id='terminal-multiplexing-with-tmux'>Terminal multiplexing with <span class='inlinecode'>tmux</span></h1><br /> +<h1 style='display: inline' id='terminal-multiplexing-with-tmux---z-shell-edition'>Terminal multiplexing with <span class='inlinecode'>tmux</span> - Z-Shell edition</h1><br /> <br /> -<span class='quote'>Published at 2024-06-23T22:41:59+03:00</span><br /> +<span class='quote'>Published at 2024-06-23T22:41:59+03:00; Last updated 2025-05-02</span><br /> +<br /> +<span>This is the Z-Shell version. There is also a Fish version:</span><br /> +<br /> +<a class='textlink' href='./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.html'>./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.html</a><br /> <br /> <span>Tmux (Terminal Multiplexer) is a powerful, terminal-based tool that manages multiple terminal sessions within a single window. Here are some of its primary features and functionalities:</span><br /> <br /> @@ -40,7 +44,7 @@ jgs `-=========-`() <h2 style='display: inline' id='table-of-contents'>Table of Contents</h2><br /> <br /> <ul> -<li><a href='#terminal-multiplexing-with-tmux'>Terminal multiplexing with <span class='inlinecode'>tmux</span></a></li> +<li><a href='#terminal-multiplexing-with-tmux---z-shell-edition'>Terminal multiplexing with <span class='inlinecode'>tmux</span> - Z-Shell edition</a></li> <li>⇢ <a href='#before-continuing'>Before continuing...</a></li> <li>⇢ <a href='#shell-aliases'>Shell aliases</a></li> <li>⇢ <a href='#the-tn-alias---creating-a-new-session'>The <span class='inlinecode'>tn</span> alias - Creating a new session</a></li> |
