Initial commit
This commit is contained in:
commit
358c67cc6b
5 changed files with 305 additions and 0 deletions
44
screenrc
Normal file
44
screenrc
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
termcapinfo xterm* ti@:te@
|
||||
|
||||
escape ^Bb
|
||||
|
||||
bind c
|
||||
bind ^c
|
||||
bind :
|
||||
bind ^:
|
||||
bind |
|
||||
bind s
|
||||
bind \"
|
||||
bind -
|
||||
bind i
|
||||
bind ^i
|
||||
bind o
|
||||
bind ^o
|
||||
bind f
|
||||
bind ^f
|
||||
bind x
|
||||
bind ^x
|
||||
bind h
|
||||
bind ^h
|
||||
bind g
|
||||
bind ^g
|
||||
bind r
|
||||
bind ^r
|
||||
bind t
|
||||
bind ^t
|
||||
bind p
|
||||
bind ^p
|
||||
bind n
|
||||
bind ^n
|
||||
bind v
|
||||
bind .
|
||||
bind ^.
|
||||
bind ,
|
||||
bind ^,
|
||||
bind >
|
||||
bind ^>
|
||||
bind <
|
||||
bind ^<
|
||||
bind \'
|
||||
|
||||
bindkey ^c echo 'The CTRL+C keyboard shortcut has been disabled to prevent accidental process termination'
|
||||
Loading…
Add table
Add a link
Reference in a new issue