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

This commit is contained in:
spike 2022-10-13 16:24:14 +02:00
parent 3c0a1708dc
commit a62c16c8c3

View File

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