diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-23 09:49:06 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-23 09:49:06 +0500 |
commit | 82c8e73151f7b7f6aa2d5eb06e407393bf025591 (patch) | |
tree | 1d0280b7a3e9d479706733c872bd0eb140aaff40 /.config/.tmux.conf | |
parent | 55d0510313c623a5d9070b7ddc88693a63ca5c2b (diff) |
change tmux way of opening projects, also startdwm for void
Diffstat (limited to '.config/.tmux.conf')
-rw-r--r-- | .config/.tmux.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/.tmux.conf b/.config/.tmux.conf index 88f4c46..aa03783 100644 --- a/.config/.tmux.conf +++ b/.config/.tmux.conf @@ -2,10 +2,8 @@ set-option -g prefix M-a unbind-key C-b bind-key M-a send-prefix -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'tmux-plugins/tmux-continuum' +set -g default-terminal "screen-256color" -set -g @continuum-restore 'on' +set -g @plugin 'tmux-plugins/tpm' run '~/.tmux/plugins/tpm/tpm' |