- renamed to over-env
- removed garbage - added install.sh
This commit is contained in:
parent
6888571eea
commit
84f3734353
10 changed files with 15 additions and 91 deletions
26
etc/screenrc
Normal file
26
etc/screenrc
Normal file
|
@ -0,0 +1,26 @@
|
|||
defutf8 on
|
||||
autodetach on
|
||||
startup_message off
|
||||
defscrollback 10240
|
||||
|
||||
# scroll through scrollback
|
||||
termcapinfo xterm* ti@:te@
|
||||
|
||||
# use current bg color for erased chars
|
||||
defbce on
|
||||
|
||||
# remapping dangerous keybindings
|
||||
bind k
|
||||
bind ^k
|
||||
bind .
|
||||
bind ^\
|
||||
bind \\
|
||||
bind ^h
|
||||
bind h
|
||||
bind 'K' kill
|
||||
bind 'I' login on
|
||||
bind 'O' login off
|
||||
bind '}' history
|
||||
|
||||
# drop scrollback command
|
||||
bind '/' eval "scrollback 0" "scrollback 15000"
|
Loading…
Add table
Add a link
Reference in a new issue