changed tmux-prefix modifier to <Space>,

changed Icon for tmux prefix indication
This commit is contained in:
pr0c3550r 2023-02-25 23:53:21 +01:00
parent 622145d183
commit 3f356a5a8d

View file

@ -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