1

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?

Clément
  • 111
  • 2

1 Answers1

0

To make byobu aware of your terminal's capabilities you might want to try setting TERM=xterm or something compatible like that. Also in Terminal.app's settings, under Advanced Settings you can choose from several types of 'xterm' under the Emulation Options section. If this doesn't work then we might have to fiddle about with the byobu configuration to let it know explicitly that you have a modern terminal capable of using these kinds of characters.

I'm not a Mac user, but as a side note, you might also want to consider using iTerm2 which apparently has more features.

sinisterstuf
  • 103
  • 4