diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2026-03-16 23:50:07 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2026-03-16 23:50:07 +0100 |
| commit | e2540b324853d00534e54754f85f67a336c16b2c (patch) | |
| tree | 48176241858123db54f3b96b20474615437919a1 /.config/tmux/tmux.conf | |
| parent | 443af22e38d99ec6c18e4af4816a053de2f1964c (diff) | |
Diffstat (limited to '.config/tmux/tmux.conf')
| -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 |