From 9b60b091d6e8fe9cf3cc38bbbb201772ff8d93c2 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sun, 22 Oct 2023 11:31:08 +0200 Subject: [PATCH] Add binding for t --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 7a772db..4649043 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -37,6 +37,7 @@ bind-key t run-shell 'tmux-popup zsh' bind-key g run-shell 'tmux-popup lazygit' bind-key f run-shell 'tmux-popup nnn' bind-key h run-shell 'tmux-popup htop' +bind-key g run-shell 'tmux-popup t' # Vim keybindings for pane movement setw -g mode-keys vi