diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:06:11 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:06:11 +0500 |
commit | 55d0510313c623a5d9070b7ddc88693a63ca5c2b (patch) | |
tree | 9d2308af32704325505f0a18e95365e37f004214 /.config/.tmux.conf | |
parent | 01180bc8d01a3511c355567ac5734cac6e132ab5 (diff) |
some scripts, bash, tmux changes
Diffstat (limited to '.config/.tmux.conf')
-rw-r--r-- | .config/.tmux.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/.tmux.conf b/.config/.tmux.conf new file mode 100644 index 0000000..88f4c46 --- /dev/null +++ b/.config/.tmux.conf @@ -0,0 +1,11 @@ +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 @continuum-restore 'on' + +run '~/.tmux/plugins/tpm/tpm' |