.screenrc
# skip the startup message
startup_message off
# go to home dir
chdir
# Automatically detach on hangup.
autodetach on
# Change default scrollback value for new windows
defscrollback 1000
# start with visual bell as default
vbell on
vbell_msg "bell on %t (%n)"
# look and feel
term screen-256color
hardstatus alwayslastline "%{=r}%{G} %{c}%w"
shelltitle "shell"
# highlighting for text marking and printing messages
# '=': replace current settings
# 's': standout
# 'dd': default fore / default back
sorendition =s dd
Commands
Move the current window to a new position (window number):
^a:number [new window number]
eg: ^a:number 5 will move the current window to position number 5
Rename a window
^a<shift>a [new window name]
No comments:
Post a Comment