From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/tmux-sane-defaults.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/tmux-sane-defaults.html') diff --git a/public/tmux-sane-defaults.html b/public/tmux-sane-defaults.html index b6f2a83..889d61e 100755 --- a/public/tmux-sane-defaults.html +++ b/public/tmux-sane-defaults.html @@ -1,9 +1,12 @@ -Sane defaults for tmux with more visible statusbar

Sane defaults for tmux with more visible statusbar

note, May 25, 2023 on Mitja Felicijan's blog

# Remap prefix from 'C-b' to 'M-a'.
 unbind C-b
 set-option -g prefix M-a
 bind-key M-a send-prefix
@@ -28,7 +31,7 @@ set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff
 
 # Disable mouse mode (tmux 2.1 and above).
 set -g mouse off
-

Posts from blogs I follow around the net