tmux/f6,on

This commit is contained in:
Marc Beninca 2025-06-16 14:33:48 +02:00
parent 4e6f58b278
commit affe27cf87
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -76,7 +76,7 @@ set-option -g pane-border-style fg=blue
# ╰────────┴────────╯
# status lines
set-option -g status 3
set-option -g status on
# background color
set-option -g status-bg '#0D0D0D'
@ -189,7 +189,7 @@ bind-key -n C-S-Right select-pane -R
bind-key -n C-S-Up select-pane -U
# status lines
bind-key -n C-F10 set-option -g status off
bind-key -n C-F6 set-option -g status off
bind-key -n C-F1 set-option -g status on
bind-key -n C-F2 set-option -g status 2
bind-key -n C-F3 set-option -g status 3
@ -233,7 +233,7 @@ bind-key M-Right swap-window -t +1
# ╭───────────────────┼───────────┼─────────┼─────┼───────┤
# │ command-prompt │ │ │ │ : │
# │ copy-mode │ │ │ │ PPage │
# │ detach-client │ │ │ │ d │
# │ detach-client │ F6 │ │ │ d │
# │ new-session │ │ │ │ │
# │ new-window │ F2 │ │ │ c │
# │ next-window │ M-Right │ │ │ n │
@ -246,7 +246,7 @@ bind-key M-Right swap-window -t +1
# │ select-pane -R │ C-S-Right │ │ │ │
# │ select-pane -U │ C-S-Up │ │ │ │
# │ set -g mouse │ │ t │ │ │
# │ set -g status off │ C-F10 │ │ │ │
# │ set -g status off │ C-F6 │ │ │ │
# │ set -g status on │ C-F1 │ │ │ │
# │ set -g status 2 │ C-F2 │ │ │ │
# │ set -g status 3 │ C-F3 │ │ │ │