martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
853 stars 106 forks source link

Can't change escape key with abduco #15

Closed tapir closed 8 years ago

tapir commented 8 years ago

abduco -c session_name will automatically start dvtm. How can I set a non default escape key to dvtm? I've put an alias to basrch as alias dvtm=dvtm -e ^Oo but that only works if I run dvtm on its own.

martanne commented 8 years ago

With the latest abduco commits the following should work:

$ export ABDUCO_CMD="dvtm -m ^o"
$ abduco -c session_name

also you seem to specify a key sequence (made up by multiple letters). abduco and dvtm will both only look at most one character. That is -m ^oignored will have the same effect as -m ^o.