diff options
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 859e56c..875da08 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -58,6 +58,10 @@ unbind % bind c new-window -c "#{pane_current_path}" bind s list-sessions +# ─── AI ────────────────────────────────────────────────────────────────────── + +bind a split-window -h -p 40 'claude' + # ─── Pane Navigation (Colemak: m/n/e/i = left/down/up/right) ───────────────── bind -n M-m select-pane -L |