From b36ae1ce83f937e122305e88fabbb56094f47945 Mon Sep 17 00:00:00 2001 From: Elias Kohout Date: Sat, 11 Apr 2026 12:51:12 +0200 Subject: [PATCH] feat(tmux): add terminal overlay binding with leader+t --- home/modules/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/tmux.nix b/home/modules/tmux.nix index 2c4d9ef..8e6c35e 100644 --- a/home/modules/tmux.nix +++ b/home/modules/tmux.nix @@ -62,6 +62,7 @@ bind -r l select-pane -R bind -r r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded" bind q display-popup -E -w 60% -h 60% -d '#{session_path}' 'nvim quicknote.md' + bind t display-popup -E -w 60% -h 60% -d '#{pane_current_path}' '$SHELL' ''; }; }