Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.21 KB

screen.org

File metadata and controls

69 lines (47 loc) · 1.21 KB

Gnu Screen RC file

Turn welcome message off

startup_message off

Use 256 colors.

term screen-256color

Use 256 Colors with Rxvt-Unicode.

terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'

Turn off visual bell.

vbell off

Message timeout in seconds.

msgwait 2

More scrollbacks.

defscrollback 10000

Turn off hardstatus.

hardstatus off

Create default windows.

  1. window 0 is default shell
  2. window 1 is for emacs
  3. start screen from 0 my default shell
screen
screen -t emacs emacsclient -t
select 0

Alternate screen support.

altscreen on

Set Escape key.

Emacs uses C-a for ‘beginning-of-line’, so C-a is too important to me to remap

escape ^Zz