diff options
| -rw-r--r-- | tmux/.tmux.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 0d76438..b8fe0ab 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -13,6 +13,8 @@ set -g base-index 1 set -g pane-base-index 1 set-window-option -g pane-base-index 1 set-option -g renumber-windows on +# Makes that when killing a session tmux doesn't detach +set-option -g detach-on-destroy off set-option -sg escape-time 10 set -g prefix C-s @@ -29,9 +31,8 @@ bind-key b set-option status set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'niksingh710/minimal-tmux-status' -# set -g @plugin 'tmux-plugins/tmux-battery' -# set -g @plugin 'catppuccin/tmux' +set -g @plugin 'christoomey/vim-tmux-navigator' -set -g status-position top +set -g status-position bottom run '~/.tmux/plugins/tpm/tpm' |
