From 133246e8832fb4527c1deb4961102745e676f503 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Thu, 23 Feb 2023 14:07:32 -0300 Subject: [PATCH] feat(tmux): leader + t opens tz in a popup --- tmux/tmux.conf.symlink | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 812dda2a..d009ceb9 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -62,6 +62,7 @@ bind -r l select-pane -R set-option -g repeat-time 0 bind r source-file ~/.tmux.conf +bind-key -r t display-popup -w 100 -h 25 -E "tz" bind-key -r p display-popup -E "tmux-sessionizer" bind-key -r g run-shell "tmux neww tmux-sessionizer default"