diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-25 16:04:21 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-25 16:04:21 +0200 |
| commit | ca288df6d6be71d8728b9f7947902a8be268fbb3 (patch) | |
| tree | c186564ed2310a3d10a4635cd4342275bd42cfdf | |
| parent | 5774098f58c36698af80971d310e6888faf5c5af (diff) | |
tmux: add 'a' binding for adhoc scratch session
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 14df7fb..a71c1ac 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -22,6 +22,7 @@ bind-key f popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux new-s 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'" +bind-key a popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux::attach adhoc'" bind-key Q popup -E -w 99% -h 99% "fish -c 'tmux new-session -A -s quickedit quickedit'" # bind-key b break-pane -d |
