diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index 4f9ea5d..becfdc9 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -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