summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-26 16:44:24 +0300
committerPaul Buetow <paul@buetow.org>2026-04-26 16:44:24 +0300
commit97fa2213726a5e6d7e839c906219467a8ef6d48f (patch)
treeeca808171df42cf16b296a3754c39fb9116979f3
parent67bfa29920b612240ffc2cb612c7182a1f37b1d6 (diff)
Update
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 5f198a4..8bc13c2 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -18,7 +18,7 @@ bind-key K resize-pane -U 5
bind-key L resize-pane -R 5
bind-key g popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux new-session -A -s (basename (pwd))-tmp-lazygit lazygit'"
-bind-key f popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux new-session -A -s (basename (pwd))-tmp-ranger ranger'"
+bind-key f popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux new-session -A -s (basename (pwd))-tmp-walk walk'"
bind-key e run-shell -b "cd '#{pane_current_path}' && hexai-tmux-edit --pane '#{pane_id}'"
bind-key N popup -E -w 99% -h 99% -d ~/Notes "fish -c 'tmux::attach notes'"
bind-key t popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux::attach (basename (pwd))-tmp-scratch'"