]> git.donarmstrong.com Git - home-base.git/blobdiff - .screenrc
* map home and end properly in screen
[home-base.git] / .screenrc
index 26d3a7d2c3fd60dbc23cfc228dd44901f60ffc06..c38bbf97ae990cf7a3d2cca5147410528f6f292f 100644 (file)
--- a/.screenrc
+++ b/.screenrc
@@ -11,3 +11,7 @@ attrcolor b ".I"
 # erase background with current bg color
 defbce "on" 
 term xterm
+map \e[1~ <Home>
+imap \e[1~ <Home>
+map \e[4~ <End>
+imap \e[4~ <End>