diff --git a/sh/tmux.sh b/sh/tmux.sh index cc12772..1ee07aa 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -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 │ │ │ │