summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2026-03-16 23:50:07 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2026-03-16 23:50:07 +0100
commite2540b324853d00534e54754f85f67a336c16b2c (patch)
tree48176241858123db54f3b96b20474615437919a1
parent443af22e38d99ec6c18e4af4816a053de2f1964c (diff)
Update tmuxHEADmaster
-rw-r--r--.config/tmux/tmux.conf4
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