From 507e3cae3d4e3939dad1af33feff945ab850cb72 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Feb 2026 18:06:21 +0200 Subject: Add tmux editor popup and deploy helper script. This enables an overlay editor binding and installs the send-keys script on frontends. --- frontends/etc/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/etc') diff --git a/frontends/etc/tmux.conf b/frontends/etc/tmux.conf index 1449326..0f4e306 100644 --- a/frontends/etc/tmux.conf +++ b/frontends/etc/tmux.conf @@ -16,6 +16,8 @@ bind-key J resize-pane -D 5 bind-key K resize-pane -U 5 bind-key L resize-pane -R 5 +bind-key e run-shell -b "tmux display-message -p '#{pane_id}' > /tmp/tmux-edit-target-#{client_pid} \; tmux popup -E -w 90% -h 35% -x 5% -y 65% -d '#{pane_current_path}' \"~/scripts/tmux-edit-send /tmp/tmux-edit-target-#{client_pid}\"" + bind-key b break-pane -d bind-key c new-window -c '#{pane_current_path}' bind-key p setw synchronize-panes off -- cgit v1.2.3