Sen Na

Results 4 comments of Sen Na

I could attempt to implement this, but what should the retry strategy be? Here's a suggested strategy: After executing a batch operation, if some of the operations fail, we would...

> Retry the whole batch is good enough. That's a lot easier to implement 😁. Please assign this to me.

@fishioon 用窗口管理工具吧 https://github.com/koekeishiya/yabai ,感觉这个插件应该不好做分屏。 然后这么设置。 ```viml function! g:Open_firefox_in_new_window(url) silent exe 'silent !open -na "Firefox" --args --new-window ' . a:url endfunction let g:mkdp_browserfunc='g:Open_firefox_in_new_window' ```