X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.screenrc;h=2e3ff3e66b90305d3f55e87df8cb332bc0537ed2;hp=bc562122d284998c81600cd247c9ac6b3fb3413b;hb=HEAD;hpb=734b8232633b9a0d3b349b198f6e62c827741021 diff --git a/.screenrc b/.screenrc index bc56212..a085862 100644 --- a/.screenrc +++ b/.screenrc @@ -13,6 +13,11 @@ startup_message off deflogin on shell -$SHELL +# For this to work PS1 prompt must include empty "k\" sequence +# and ends with "$ ". +#shelltitle "\$ |$SHELL" +#bind R screen -t '# |root:' sudo su - + # define a bigger scrollback, default is 100 lines defscrollback 1024 @@ -53,6 +58,16 @@ bindkey \033Oq stuff \033[4~ bindkey \033Or stuff \033OB #KP_PgDn bindkey \033Os stuff \033[6~ +#KP_minus +bindkey \033Om stuff - +#KP_plus +bindkey \033Ok stuff + +#KP_slash +bindkey \033Oo stuff / +#KP_asterisk +bindkey \033Oj stuff * +#KP_Enter +bindkey \033OM stuff \015 # ------------------------------------------------------------------------------ # TERMINAL SETTINGS @@ -75,11 +90,13 @@ termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 #hardstatus lastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" # status line at the bottom of terminal -# display numbers and titles: -# for inactive windows - black on cyan -# for active window - white on blue -hardstatus alwayslastline -hardstatus string "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" +# display window number, flags and title +# for inactive windows - black on yellow (brown) +# for active window - black on green +#hardstatus alwayslastline +#hardstatus string "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" + +caption always "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" # set these terminals up to be 'optimal' instead of vt100 termcapinfo xterm*|rxvt*|linux*|Eterm* OP @@ -101,7 +118,7 @@ termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' #termcapinfo rxvt* 'ti=\E7\E[?47h:te=\E[2J\E[?47l\E8' # Do not use the alternate screen at all -# run `tput smcup; screen -S test; tput rmcup` +# run `tput smcup; screen; tput rmcup` termcapinfo xterm*|rxvt* 'ti=:te=' # Enable non-blocking mode to better cope with flaky ssh connections.