diff options
Diffstat (limited to 'src/series')
| -rw-r--r-- | src/series/series.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/series/series.md b/src/series/series.md index a98b85c..2194d90 100644 --- a/src/series/series.md +++ b/src/series/series.md | |||
| @@ -51,12 +51,12 @@ My adventures in learning C++ as a C programmer. | |||
| 51 | * Episode 2: [RAII](../blog/2024-12-26-taming-cpp-raii) | 51 | * Episode 2: [RAII](../blog/2024-12-26-taming-cpp-raii) |
| 52 | * Episode 3: [templates, constraints and concepts](../blog/2025-01-21-taming-cpp-templates) | 52 | * Episode 3: [templates, constraints and concepts](../blog/2025-01-21-taming-cpp-templates) |
| 53 | 53 | ||
| 54 | ## Learning Rust | 54 | ## tmux tricks |
| 55 | 55 | ||
| 56 | I have recently started learning Rust, documenting the process in a | 56 | Some tips and tricks for using [tmux](https://en.wikipedia.org/wiki/Tmux), |
| 57 | small series of blog posts. These posts are all marked by the crab emoji | 57 | the terminal multiplexer. In these posts I try to focus on one practical |
| 58 | '🦀', which is something of a meme in the Rust community, as far as | 58 | aspect of this application at the time, without going too in depth into |
| 59 | I understand. | 59 | the inner workings of tmux. |
| 60 | 60 | ||
| 61 | * [Cargo culture shock](../blog/2025-06-13-cargo-culture-shock) | 61 | * Trick #1: [battery status indicator](../blog/2024-07-11-tmux-battery) |
| 62 | * [Stunned by the borrow checker](../blog/2025-06-26-borrow-checker) | 62 | * Trick #2: [copy to clipboard](../blog/2026-05-17-tmux-clipboard) |
