X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.screenrc;h=2e3ff3e66b90305d3f55e87df8cb332bc0537ed2;hp=1f4850d9150e97fb91825ddb38cb9fe74a6752a8;hb=beb132417ed67221b35d50e3bf35b5fca8225e1d;hpb=3929139211192ca2fda3abea1ac391fbd5f54d6f diff --git a/.screenrc b/.screenrc index 1f4850d..2e3ff3e 100644 --- a/.screenrc +++ b/.screenrc @@ -36,6 +36,34 @@ bind ^\ # on backspace send ^H #bindkey -d -k kb stuff "\010" +# Remap keypad +#KP_Home +bindkey \033Ow stuff \033[1~ +#KP_Up +bindkey \033Ox stuff \033OA +#KP_PgUp +bindkey \033Oy stuff \033[5~ +#KP_Left +bindkey \033Ot stuff \033OD +#KP_Right +bindkey \033Ov stuff \033OC +#KP_End +bindkey \033Oq stuff \033[4~ +#KP_Down +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 # ------------------------------------------------------------------------------ @@ -61,7 +89,7 @@ termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 # for inactive windows - black on cyan # for active window - white on blue hardstatus alwayslastline -hardstatus string "%{= ck}%-w%{= bw}%n%f %t%{-}%+w %-=" +hardstatus string "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" # set these terminals up to be 'optimal' instead of vt100 termcapinfo xterm*|rxvt*|linux*|Eterm* OP @@ -77,5 +105,14 @@ termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' # #termcapinfo xterm*|rxvt* ti@:te@ +# Use the alternate screen of the xterm-like terminal +# https://unix.stackexchange.com/a/261939 +#termcapinfo xterm* 'ti=\E[?1049h:te=\E[?1049l' +#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` +termcapinfo xterm*|rxvt* 'ti=:te=' + # Enable non-blocking mode to better cope with flaky ssh connections. defnonblock 5