X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.screenrc;fp=.screenrc;h=f9c73196225533c30affe76a5e1f532a814f460c;hb=3ea78957fe9b545129e193a3a7e8e9934b5318d5;hp=1b17439f2c91aecbe15585e3ea1090bf2bd46763;hpb=966958202e53a41f0e54a93044bfe33bb8e282d2;p=dotfiles.git diff --git a/.screenrc b/.screenrc index 1b17439..f9c7319 100644 --- a/.screenrc +++ b/.screenrc @@ -36,6 +36,24 @@ bind ^\ # on backspace send ^H #bindkey -d -k kb stuff "\010" +# Remap keypad +#Home +bindkey \033Ow stuff \033[1~ +#Up +bindkey \033Ox stuff \033OA +#PgUp +bindkey \033Oy stuff \033[5~ +#Left +bindkey \033Ot stuff \033OD +#Right +bindkey \033Ov stuff \033OC +#End +bindkey \033Oq stuff \033[4~ +#Down +bindkey \033Or stuff \033OB +#PgDn +bindkey \033Os stuff \033[6~ + # ------------------------------------------------------------------------------ # TERMINAL SETTINGS # ------------------------------------------------------------------------------