Ja, un hombre según mi propio corazón :)
Respuesta corta: agregue mi ppa ( ppa:izx/private
) y update
byobu (o instale manualmente el deb). Byobu se configurará de manera predeterminada screen
como el back-end con el Fcomportamiento de las teclas restaurado al antiguo estilo 4.x.
Respuesta larga: Uso byobu-select-backend
para cambiar a screen
si no lo ha hecho, y añadir la línea $BYOBU_PREFIX/share/byobu/keybindings/f-keys.screen.disable
después de la línea $BYOBU_PREFIX/share/byobu/keybindings/f-keys.screen
en /usr/share/byobu/keybindings/common
.
Parche completo:
+++ byobu-5.17 / usr / share / byobu / keybindings / common
@@ -1 +1,3 @@
fuente $ BYOBU_PREFIX / share / byobu / keybindings / f-keys.screen
+ fuente $ BYOBU_PREFIX / share / byobu / keybindings / f-keys.screen.disable
+
--- byobu-5.17.orig / etc / byobu / backend
+++ byobu-5.17 / etc / byobu / backend
@@ -1,4 +1,4 @@
# BYOBU_BACKEND actualmente puede ser "screen" o "tmux"
# Anule esto por usuario editando "$ BYOBU_CONFIG_DIR / backend"
# o iniciando "byobu-screen" o "byobu-tmux" en lugar de "byobu".
- # BYOBU_BACKEND = "tmux"
+ BYOBU_BACKEND = "pantalla"