diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-01-23 03:17:46 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-01-23 03:17:46 +0100 |
commit | 9cb53c5fedcc309aa62cd9a25e476a3a4e9bd57c (patch) | |
tree | 0af6a9ecf87dbaf6bc1c802b31cb391d0c5199e8 /.screenrc | |
parent | 168a0e173a75a83b567a8a8c47f1448c1744d06f (diff) | |
download | dotfiles-9cb53c5fedcc309aa62cd9a25e476a3a4e9bd57c.tar.gz |
screenrc
Diffstat (limited to '.screenrc')
-rw-r--r-- | .screenrc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..414348a --- /dev/null +++ b/.screenrc @@ -0,0 +1,19 @@ +startup_message off +defutf8 on +defscrollback 50000 + +backtick 1 3600 3600 uname -m +caption always "%?%{Wk}%-Lw%?%{Rk}%n*%f %t%?(%u)%?%?%{Wk}%+Lw%?%=%{Gk}%c %H/%1`" +hardstatus alwayslastline + +bindkey "^[[1;5D" prev # gnome-terminal ctrl-left +bindkey "^[[1;5C" next # gnome-temrinal ctrl-right +bindkey "^[[1;3D" prev # gnome-terminal alt-left +bindkey "^[[1;3C" next # gnome-terminal alt-right +bindkey "^[Od" prev # urxvt ctrl-left +bindkey "^[Oc" next # urxvt ctrl-right +bindkey "^[^[[D" prev # urxvt alt-left +bindkey "^[^[[C" next # urxvt alt-right + +bind f eval "hardstatus ignore" +bind F eval "hardstatus alwayslastline" |