I am using an Ubuntu server with Byobu. For some reason, the tab key writes a tab instead of completing commands and paths. Top arrow writes ^[[A
instead of the command history. Scrolling writes ^[[B
. I'm wondering how to solve this: is this a byobu configuration problem, a keyboard problem?
dan
Asked:
2012-02-22 09:36:14 +0800 CST
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.