Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Created November 4, 2022 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogeriopradoj/d1af8b2887d3c4679616288ccc9c9351 to your computer and use it in GitHub Desktop.
Save rogeriopradoj/d1af8b2887d3c4679616288ccc9c9351 to your computer and use it in GitHub Desktop.
Scroll inside Screen, or Pause Output && linux (gnu-) screen: remap Ctrl-a (default command key) to Alt-a in 'one go'
# ~/.screenrc
#
# https://unix.stackexchange.com/questions/700451/linux-gnu-screen-remap-ctrl-a-default-command-key-to-alt-a-in-one-go
escape ^Xa
#
# https://unix.stackexchange.com/questions/40242/scroll-inside-screen-or-pause-output
# Enable mouse scrolling and scroll bar history scrolling
termcapinfo xterm* ti@:te@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment