summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-02 10:46:41 +0200
committerPaul Buetow <paul@buetow.org>2026-02-02 10:46:41 +0200
commit2c1b66ace631fe5d875eb25e20af475505255add (patch)
treea314cc1effe020f776579a90909da5644ed2c71e
parent17b59be87bea2bd3f01526e7cf3d603bcce9a12e (diff)
update
-rw-r--r--dotfiles/tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/tmux/tmux.conf b/dotfiles/tmux/tmux.conf
index 0bec932..51c20a8 100644
--- a/dotfiles/tmux/tmux.conf
+++ b/dotfiles/tmux/tmux.conf
@@ -19,7 +19,7 @@ bind-key L resize-pane -R 5
bind-key g popup -E -w 95% -h 95% -d '#{pane_current_path}' lazygit
bind-key f popup -E -w 95% -h 95% -d '#{pane_current_path}' ranger
-bind-key e popup -E -w 95% -h 95% -d '#{pane_current_path}' hx
+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 N popup -E -w 95% -h 95% hx ~/Notes
bind-key t popup -E -w 95% -h 95% hx fish
@@ -28,7 +28,7 @@ bind-key c new-window -c '#{pane_current_path}'
bind-key F new-window -n "session-switcher" "tmux list-sessions | fzf | cut -d: -f1 | xargs tmux switch-client -t"
bind-key p setw synchronize-panes off
bind-key P setw synchronize-panes on
-bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
+bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "~/.config/tmux/tmux.conf reloaded"
bind-key T choose-tree
set-option -g pane-active-border-style fg=magenta,bold