Initial commit

This commit is contained in:
Roman Zhuravlev 2025-04-23 23:16:55 +05:00
commit 358c67cc6b
5 changed files with 305 additions and 0 deletions

44
screenrc Normal file
View 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'