Summary Files CommitsBranches @commit@diff
path: root/.screenrc
diff options
context:
space:
mode:
Commitc91d299887d93d6e8940b80442bf6c2f10fe6a64 (patch )
AuthorSyndamia <kamen@syndamia.com>2022-08-05 12:30:29 +0300
CommitterSyndamia <kamen@syndamia.com>2022-08-05 12:30:29 +0300
Files4669e410707026952d56f2cdae7764bf0a39773d /.screenrc
dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.tar
dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.tar.gz
dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.zip
Parent80b4c81b618d4e75b301ac1dd5adfb47f91deca7 (diff)
Added a lot of untracked files and updated other files
1 files changed, 13 insertions, 0 deletions
-rw-r--r--.screenrc13
diff --git a/.screenrc b/.screenrc
new file mode 100644
index 0000000..543e198
--- /dev/null
+++ b/.screenrc
@@ -0,0 +1,13 @@
+# no welcome message
+startup_message off
+
+# the following two lines give a two-line status, with the current window highlighted
+hardstatus alwaysfirstline
+hardstatus string '%{= g} %{= w}%-Lw%{=r}%n%f* %t%{-}%+LW'
+
+# huge scrollback buffer
+defscrollback 10000
+
+# mouse tracking allows to switch region focus by clicking
+mousetrack on
+defmousetrack on