From a62c16c8c3b258959a634bc00e27996f67c1cda9 Mon Sep 17 00:00:00 2001 From: spike Date: Thu, 13 Oct 2022 16:24:14 +0200 Subject: [PATCH] add a mini sleep for slow to start shells (fish omf) --- plugin/vimux.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/vimux.vim b/plugin/vimux.vim index 4572a9b..e275feb 100644 --- a/plugin/vimux.vim +++ b/plugin/vimux.vim @@ -106,6 +106,7 @@ function! VimuxOpenRunner() abort let g:VimuxRunnerIndex = s:tmuxIndex() call s:setRunnerName() call VimuxTmux('last-'.VimuxOption('VimuxRunnerType')) + sleep 100m endif endfunction