tmux: disable status and add cycle layout bind

This commit is contained in:
2026-08-31 21:59:44 +02:00
parent 8f0789bd2e
commit b9de2676c4
+5 -3
View File
@@ -48,9 +48,10 @@ bind-key -n 'M-R' swap-pane -U
# move panes to and from windows
bind-key -n 'M-t' command-prompt -p "Move pane to tab:" "join-pane -t :'%%'"
bind-key -n 'M-!' select-layout even-horizontal
bind-key -n 'M-@' select-layout even-vertical
bind-key -n 'M-#' select-layout main-vertical
# cycle layouts
bind-key -n 'M-]' next-layout
bind-key -n 'M-[' previous-layout
# move windows
bind-key -n M-. command-prompt -p "Swab tab with:" "swap-window -t :'%%'"
@@ -104,6 +105,7 @@ set -g pane-border-lines single
set -g pane-border-format " #{?pane_active,#[bold],#[fg=#c3c6b2]}#{pane_index} "
# Status
set -g status off
set -g status-position top
set -g status-style bg=default
set -g message-style bg=default