diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-26 16:45:23 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-26 16:45:23 +0300 |
| commit | 21511adf70152b077c60d087dab8ec169b64201e (patch) | |
| tree | e3e89bea08f0113cb51c6a37b5474143f4c4fb5b | |
| parent | 97fa2213726a5e6d7e839c906219467a8ef6d48f (diff) | |
Update
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8bc13c2..5f198a4 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-walk walk'" +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 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'" |
