misc: .screenrc, config, functions & new scripts!

This commit is contained in:
2023-04-13 08:41:14 +03:00
parent 4b1feb16fc
commit d504fc5f2b
6 changed files with 100 additions and 0 deletions

16
config/misc/screenrc Normal file
View File

@@ -0,0 +1,16 @@
# Disable the startup message
startup_message off
# Set a large scrollback buffer
defscrollback 32000
# Always start `screen` with UTF-8 enabled (`screen -U`)
defutf8 on
# Scroll with mouse wheel (http://stackoverflow.com/a/1125947)
termcapinfo xterm* ti@:te@
# Some settings for screen + vim
term xterm-256color
maptimeout 10