summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
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