]> git.phdru.name Git - dotfiles.git/commitdiff
.screenrc: Fix keypad key names in comments
authorOleg Broytman <phd@phdru.name>
Wed, 20 May 2020 00:48:25 +0000 (03:48 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 20 May 2020 00:48:25 +0000 (03:48 +0300)
.screenrc

index 070b58656efcf0e369c1d434916639c66e2b6b2e..bc562122d284998c81600cd247c9ac6b3fb3413b 100644 (file)
--- a/.screenrc
+++ b/.screenrc
@@ -37,21 +37,21 @@ bind ^\
 #bindkey -d -k kb stuff "\010"
 
 # Remap keypad
 #bindkey -d -k kb stuff "\010"
 
 # Remap keypad
-#Home
+#KP_Home
 bindkey \033Ow stuff \033[1~
 bindkey \033Ow stuff \033[1~
-#Up
+#KP_Up
 bindkey \033Ox stuff \033OA
 bindkey \033Ox stuff \033OA
-#PgUp
+#KP_PgUp
 bindkey \033Oy stuff \033[5~
 bindkey \033Oy stuff \033[5~
-#Left
+#KP_Left
 bindkey \033Ot stuff \033OD
 bindkey \033Ot stuff \033OD
-#Right
+#KP_Right
 bindkey \033Ov stuff \033OC
 bindkey \033Ov stuff \033OC
-#End
+#KP_End
 bindkey \033Oq stuff \033[4~
 bindkey \033Oq stuff \033[4~
-#Down
+#KP_Down
 bindkey \033Or stuff \033OB
 bindkey \033Or stuff \033OB
-#PgDn
+#KP_PgDn
 bindkey \033Os stuff \033[6~
 
 # ------------------------------------------------------------------------------
 bindkey \033Os stuff \033[6~
 
 # ------------------------------------------------------------------------------