From 1938838a043b13169a550af5ea37239adfc75293 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 17 Oct 2023 21:22:31 +0200 Subject: Changed scratch name (popup window) to note --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 394ae34..a731ff1 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -85,10 +85,10 @@ setw -g aggressive-resize on #bind -n M-g display-popup -E "tmux new-session -A -s scratch" # Toggle popup scratch session -bind-key -n M-g if-shell -F '#{==:#{session_name},scratch}' { +bind-key -n M-g if-shell -F '#{==:#{session_name},note}' { detach-client } { -display-popup -E "tmux new-session -A -s scratch" +display-popup -E "tmux new-session -A -s note" } # Non-popup -- cgit v1.2.3