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

Changing the detach key isn't working.

jcjordyn130 opened this issue · comments

I can't seem to change the detach key to CTRL+[anything other then \], it just flat out doesn't work, I've tried setting it from config.def.h also but no dice.

@jcjordyn130 I can't reproduce this error, for me it works just fine on OSX:

abduco -e ^z -c neovim nvim

pressing Ctrl+z in that case detaches the abduco session for my neovim process.

I also can't reproduce it, seems to work fine.