From 55d0510313c623a5d9070b7ddc88693a63ca5c2b Mon Sep 17 00:00:00 2001 From: pryazha Date: Sun, 15 Jun 2025 16:06:11 +0500 Subject: some scripts, bash, tmux changes --- .config/.tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/.tmux.conf (limited to '.config/.tmux.conf') 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' -- cgit v1.2.3-70-g09d2