summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-01 18:06:21 +0200
committerPaul Buetow <paul@buetow.org>2026-02-01 18:06:21 +0200
commit507e3cae3d4e3939dad1af33feff945ab850cb72 (patch)
treeb0e1dc62649819f23468b4a001a6974002ba0f34 /frontends/etc
parentb75af00ee44263c3d3ae4101c720aa6277e39974 (diff)
Add tmux editor popup and deploy helper script.
This enables an overlay editor binding and installs the send-keys script on frontends.
Diffstat (limited to 'frontends/etc')
-rw-r--r--frontends/etc/tmux.conf2
1 files changed, 2 insertions, 0 deletions
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