From fdd80eadcc2f147d0198d94b7b908764778184a2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 29 Apr 2024 14:18:55 -0500 Subject: format line wrapping and fix escaped characters --- content/blog/2023-06-23-byobu.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'content/blog/2023-06-23-byobu.md') diff --git a/content/blog/2023-06-23-byobu.md b/content/blog/2023-06-23-byobu.md index 991da61..e1607b9 100644 --- a/content/blog/2023-06-23-byobu.md +++ b/content/blog/2023-06-23-byobu.md @@ -5,27 +5,26 @@ description = "" draft = false +++ -# Byobu {#byobu-1} +# Byobu -[byobu](https://www.byobu.org) is a command-line tool that allows you to -use numerous screens within a single terminal emulator instance. More -specifically, it\'s a text based window manager, using either -`screen` or `tmux`. +[byobu](https://www.byobu.org) is a command-line tool that allows you to use +numerous screens within a single terminal emulator instance. More specifically, +it's a text based window manager, using either `screen` or `tmux`. -This post is mostly just a self-reference as I explore byobu, so I may -come back later and update this post with more content. +This post is mostly just a self-reference as I explore byobu, so I may come back +later and update this post with more content. ## Screenshot -Take a look below at my current multi-window set-up in byobu while I -write this blog post: +Take a look below at my current multi-window set-up in byobu while I write this +blog post: ![byobu](https://img.cleberg.net/blog/20230623-byobu/byobu.png) ### Keybindings -You can open the help menu with either of the following commands; they -will both open the same manpage: +You can open the help menu with either of the following commands; they will both +open the same manpage: ```sh byobu --help @@ -33,9 +32,9 @@ byobu --help man byobu ``` -While the manpage contains a ton of information about the functionality -of byobu (such as status notifications, sessions, and windows), the -first location to explore should be the keybindings section. +While the manpage contains a ton of information about the functionality of byobu +(such as status notifications, sessions, and windows), the first location to +explore should be the keybindings section. The keybindings are configured as follows: -- cgit v1.2.3-70-g09d2