commit 43ba3e41743a4d9b97fdebddcb946254b5090088
parent 858718f9924660613c79e7e8c2f00bc476398ddc
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 24 Jun 2021 21:31:01 +0200
tmux: bind a key to open a popup window
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tmux/tmux-dark.conf b/tmux/tmux-dark.conf
@@ -125,6 +125,8 @@ bind M-a command-prompt -I "#S" "rename-session -- '%%'"
unbind !
bind ! setw monitor-activity \; display-message "#{?monitor-activity,M,Not m}onitoring activity"
+# Open a popup window
+bind ` display-popup -E
# }}}
# Panes {{{
# Pane navigation
diff --git a/tmux/tmux-light.conf b/tmux/tmux-light.conf
@@ -124,6 +124,8 @@ bind M-a command-prompt -I "#S" "rename-session -- '%%'"
unbind !
bind ! setw monitor-activity \; display-message "#{?monitor-activity,M,Not m}onitoring activity"
+# Open a popup window
+bind ` display-popup -E
# }}}
# Panes {{{
# Pane navigation