summaryrefslogtreecommitdiff
path: root/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi')
-rw-r--r--gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi20
1 files changed, 20 insertions, 0 deletions
diff --git a/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi b/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi
index ff6b266d..75646923 100644
--- a/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi
+++ b/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi
@@ -16,6 +16,7 @@ jgs `-=========-`()
## Table of Contents
+<<<<<<< HEAD
* ⇢ Terminal multiplexing with `tmux`
* ⇢ ⇢ Introduction
* ⇢ ⇢ Shell aliases
@@ -33,6 +34,25 @@ jgs `-=========-`()
* ⇢ ⇢ ⇢ Common Tmux commands I use in `tssh`
* ⇢ ⇢ Copy and paste workflow
* ⇢ ⇢ Tmux configurations
+=======
+* . Terminal multiplexing with `tmux`
+* .. Introduction
+* .. Shell aliases
+* .. The `tn` alias - Creating a new session
+* ... Cleaning up default sessions automatically
+* ... Renaming sessions
+* .. The `ta` alias - Attaching to a session
+* .. The `tr` alias - For a nested remote session
+* ... Change of the Tmux prefix for better nesting
+* .. The `ts` alias - Searching sessions with fuzzy finder
+* .. The `tssh` alias - Cluster SSH replacement
+* ... The `tmux::tssh_from_argument` helper
+* ... The `tmux::tssh_from_file` helper
+* ... `tssh` examples
+* ... Common Tmux commands I use in `tssh`
+* .. Copy and paste workflow
+* .. Tmux configurations
+>>>>>>> 5cb2199b2dfe5ac5d7a677a86e2ceddc125044d8
## Introduction