diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-05-01 02:38:49 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-05-01 02:38:49 +0300 |
| commit | 377d5646e6dd9e3f8cfd1bc818e98c3fb02ea1be (patch) | |
| tree | fdc4c5c0d99b4c9bf5d957627a8ff4758a90e102 /tmux | |
| parent | a18badc752e246cb95ded09017ac8cc6bde4acc3 (diff) | |
| download | dotfiles-377d5646e6dd9e3f8cfd1bc818e98c3fb02ea1be.tar.xz dotfiles-377d5646e6dd9e3f8cfd1bc818e98c3fb02ea1be.zip | |
Finally got the time to setup tmux-ressurrect
Diffstat (limited to 'tmux')
| -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' |
