X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.screenrc;h=279a1204662c7f8e404802bc9e448b53ad9a309a;hb=539107f9827c73f83f5482e34ef52f201f22a22e;hp=bc562122d284998c81600cd247c9ac6b3fb3413b;hpb=734b8232633b9a0d3b349b198f6e62c827741021;p=dotfiles.git diff --git a/.screenrc b/.screenrc index bc56212..279a120 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