From aa0b0fd6b32ea4db85664c6bc97f1f5c5d1aa78e Mon Sep 17 00:00:00 2001 From: Mica White Date: Fri, 5 Jun 2026 15:51:14 -0400 Subject: tmux --- .config/tmux/plugins/tmux-autoreload | 1 + .config/tmux/plugins/tmux-menus | 1 + .config/tmux/plugins/tmux-which-key | 1 + .config/tmux/tmux.conf | 7 +++++++ 4 files changed, 10 insertions(+) create mode 160000 .config/tmux/plugins/tmux-autoreload create mode 160000 .config/tmux/plugins/tmux-menus create mode 160000 .config/tmux/plugins/tmux-which-key create mode 100644 .config/tmux/tmux.conf (limited to '.config/tmux') diff --git a/.config/tmux/plugins/tmux-autoreload b/.config/tmux/plugins/tmux-autoreload new file mode 160000 index 0000000..e98aa3b --- /dev/null +++ b/.config/tmux/plugins/tmux-autoreload @@ -0,0 +1 @@ +Subproject commit e98aa3b74cfd5f2df2be2b5d4aa4ddcc843b2eba diff --git a/.config/tmux/plugins/tmux-menus b/.config/tmux/plugins/tmux-menus new file mode 160000 index 0000000..77a95a7 --- /dev/null +++ b/.config/tmux/plugins/tmux-menus @@ -0,0 +1 @@ +Subproject commit 77a95a7e31fe26ab9615f3f734c793fe436ec219 diff --git a/.config/tmux/plugins/tmux-which-key b/.config/tmux/plugins/tmux-which-key new file mode 160000 index 0000000..85fb975 --- /dev/null +++ b/.config/tmux/plugins/tmux-which-key @@ -0,0 +1 @@ +Subproject commit 85fb9756447b989f3b94e515d1e6ee7fec76cba2 diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..946396f --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,7 @@ +set -g @plugin 'alexwforsythe/tmux-which-key' +set -g @plugin 'b0o/tmux-autoreload' + +set -g set-clipboard on +set -ga terminal-overrides ',*:Ms=\E]52;%p1%s;%p2%s\007' + +run 'tpack init' -- cgit v1.2.3