Add jupyter notebook support for nvim
This commit is contained in:
parent
7a8c546802
commit
4d33ba175f
2 changed files with 34 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ while IFS= read -r window_config; do
|
|||
tmux split-window -t "$SESSION_NAME:$WINDOW_INDEX" -h -c "$WINDOW_PATH"
|
||||
tmux split-window -t "$SESSION_NAME:$WINDOW_INDEX.2" -v -c "$WINDOW_PATH"
|
||||
tmux select-pane -t "$SESSION_NAME:$WINDOW_INDEX.1"
|
||||
tmux send-keys -t "$SESSION_NAME:$WINDOW_INDEX.1" "claude -c"
|
||||
tmux send-keys -t "$SESSION_NAME:$WINDOW_INDEX.1" "claude" C-m
|
||||
WINDOW_INDEX=$((WINDOW_INDEX + 1))
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue