martanne / abduco

abduco provides session management i.e. it allows programs to be run independently from its controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash ( all session gone) after `:update<CR>`

sisrfeng opened this issue · comments

Problem:
abduco: s_wf: session terminated with exit status 0

I use this:
abduco -A my_session1 nvim -c 'terminal' -c 'startinsert'
nvr -cc tabedit MY_file.any_type
abduco -A my_session2 nvim -c 'terminal' -c 'startinsert'
abduco -A my_session3 nvim -c 'terminal' -c 'startinsert'

sometimes, after pressing <c-s>, all sessions crash and are gone

v  <C-S>       * <C-C>:update<CR>
    Last set from ~/dotF/cfg/nvim/init.vim line 685
no <C-S>       * :update<CR>
    Last set from ~/dotF/cfg/nvim/init.vim line 683

i  <C-S>       * <C-O>:update<CR>
    Last set from ~/dotF/cfg/nvim/init.vim line 684