From df9d8ff3a22d7c999cdfe8f2e65ed103e093f1d7 Mon Sep 17 00:00:00 2001 From: Walter Paulo Date: Sat, 16 Apr 2022 14:40:44 -0300 Subject: [PATCH 1/3] fix: changed to http --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index bd5347d..1975c0c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/tmux-mem-cpu-load"] path = vendor/tmux-mem-cpu-load - url = git://github.com/thewtex/tmux-mem-cpu-load.git + url = http://github.com/thewtex/tmux-mem-cpu-load.git From 6aa51bd20e427d5d24287df283f4abb36734fc83 Mon Sep 17 00:00:00 2001 From: walterpaulo Date: Mon, 18 Apr 2022 10:45:07 -0300 Subject: [PATCH 2/3] fix: changed to https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1975c0c..9960d15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/tmux-mem-cpu-load"] path = vendor/tmux-mem-cpu-load - url = http://github.com/thewtex/tmux-mem-cpu-load.git + url = https://github.com/thewtex/tmux-mem-cpu-load.git From dd3f366d4f647d07949ef278e756ecac6ac37e11 Mon Sep 17 00:00:00 2001 From: walterpaulo Date: Sun, 14 Aug 2022 08:17:14 -0300 Subject: [PATCH 3/3] feat: broadcast input - added l key --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index c1925b4..a06ef34 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -74,6 +74,9 @@ bind-key C command-prompt -p "Name of new window: " "new-window -n '%%'" # reload config bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." +## broadcast input +bind-key l set-option -w synchronize-panes + # auto window rename set-window-option -g automatic-rename