Skip to content

Instantly share code, notes, and snippets.

@nipunarora
Created October 24, 2019 14:58
Show Gist options
  • Save nipunarora/54c80b2c3ff110565d8058b5c5bda560 to your computer and use it in GitHub Desktop.
Save nipunarora/54c80b2c3ff110565d8058b5c5bda560 to your computer and use it in GitHub Desktop.
byobu-screen key bindings to modify escape key to ctrl-b
# this goes into ~/.byobu/keybindings
source $BYOBU_PREFIX/share/byobu/keybindings/common
escape "^Bb"
register x "^B"
bindkey "^B"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment