From 3f356a5a8d27c35e85392405701e005e62d17cdf Mon Sep 17 00:00:00 2001 From: pr0c3550r Date: Sat, 25 Feb 2023 23:53:21 +0100 Subject: [PATCH] changed tmux-prefix modifier to , changed Icon for tmux prefix indication --- tmux/.config/tmux/tmux.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 0f65261..e2c95ea 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -3,9 +3,9 @@ set-option -s escape-time 0 unbind C-b -unbind C-a -set -g prefix C-a -bind C-a send-prefix +unbind C-Space +set -g prefix C-Space +bind C-Space send-prefix unbind Q bind Q source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display "Reloaded config" @@ -50,6 +50,7 @@ set -g renumber-windows on set -g status-position bottom set -g status-style bg="#1d2021",fg="#d4be98",bold set -g status-keys vi -set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] C-a ,}' +# set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] PREFIX ,}' +set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold]  ,}' set -g cursor-style blinking-underline