Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ftplugin/supercollider.vim
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ function SClangStart(...)
wincmd w
elseif l:tmux || l:screen
if l:tmux
let l:cmd = "tmux split-window -" . l:splitDir . " -p " . l:splitSize . " ;"
let l:cmd .= "tmux send-keys " . s:sclangPipeApp . " Enter ; tmux select-pane -l"
let l:cmd = "tmux split-window -" . l:splitDir . " -l " . l:splitSize . " "
let l:cmd .= s:sclangPipeApp . " Enter; tmux select-pane -l"
call system(l:cmd)
elseif l:screen
" Main window will have focus when splitting, so recalculate splitSize percentage
Expand Down