From e1aa52a073bbce9dd22f279f4f9dfa1f0fd1cebf Mon Sep 17 00:00:00 2001 From: xesc Date: Tue, 10 Sep 2024 09:15:18 +0200 Subject: [PATCH] add mapping for popup --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 9e796db..16990e5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -19,6 +19,7 @@ bind '\' split-window -h -c '#{pane_current_path}' bind - split-window -v -c '#{pane_current_path}' bind c new-window -c '#{pane_current_path}' +bind -r e popup bind -r ^ last-window bind -r h select-pane -L