add a mini sleep for slow to start shells (fish omf)

master
spike 2 years ago
parent 3c0a1708dc
commit a62c16c8c3

@ -106,6 +106,7 @@ function! VimuxOpenRunner() abort
let g:VimuxRunnerIndex = s:tmuxIndex()
call s:setRunnerName()
call VimuxTmux('last-'.VimuxOption('VimuxRunnerType'))
sleep 100m
endif
endfunction

Loading…
Cancel
Save