changed tmux-prefix modifier to <Space>,
changed Icon for tmux prefix indication
This commit is contained in:
parent
622145d183
commit
3f356a5a8d
1 changed files with 5 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
||||||
set-option -s escape-time 0
|
set-option -s escape-time 0
|
||||||
|
|
||||||
unbind C-b
|
unbind C-b
|
||||||
unbind C-a
|
unbind C-Space
|
||||||
set -g prefix C-a
|
set -g prefix C-Space
|
||||||
bind C-a send-prefix
|
bind C-Space send-prefix
|
||||||
|
|
||||||
unbind Q
|
unbind Q
|
||||||
bind Q source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display "Reloaded config"
|
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-position bottom
|
||||||
set -g status-style bg="#1d2021",fg="#d4be98",bold
|
set -g status-style bg="#1d2021",fg="#d4be98",bold
|
||||||
set -g status-keys vi
|
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
|
set -g cursor-style blinking-underline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue