.screenrc: allow 100K lines in scrollback
This commit is contained in:
parent
492a884815
commit
04059b2080
1 changed files with 7 additions and 1 deletions
|
@ -12,7 +12,7 @@ shell -/bin/bash
|
|||
|
||||
# Change how screen operates.
|
||||
deflogin on
|
||||
defscrollback 10000
|
||||
defscrollback 100000
|
||||
defutf8 on
|
||||
|
||||
# Change the output from screen.
|
||||
|
@ -35,3 +35,9 @@ bind k
|
|||
bind K kill
|
||||
bind ^\
|
||||
bind \\ quit
|
||||
|
||||
# Start window numbering from 1, not 0.
|
||||
#screen 1
|
||||
#bind c screen 1
|
||||
#bind ^c screen 1
|
||||
#bind 0 select 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue