ctrl + a
under byobu has either emacs mode or screen mode. However, I need keybindings like ctrl + a for vim's "increment value" method. How would I prevent byobu/screen from blocking certain keyboard shortcuts?
Note: I get that the function commands are essential to switching screen tabs, so those can stay.. It's really just ther emacs style keybindings I'm trying to get rid of.
You have a couple of options...
ctrl-a
through to vim by pressingctrl-a
thena
again.ctrl-a
is not used as an escape (instead, theF12
is your escape).byobu-ctrl-a emacs
You can change byobu's escape sequence entirely usingF9
and selecting 'Change escape sequence'Full disclosure: I'm the author and maintainer of Byobu.