]> git.donarmstrong.com Git - home-base.git/commitdiff
* map home and end properly in screen
authorDon Armstrong <don@donarmstrong.com>
Tue, 3 Jan 2012 00:53:31 +0000 (00:53 +0000)
committerDon Armstrong <don@donarmstrong.com>
Tue, 3 Jan 2012 00:53:31 +0000 (00:53 +0000)
.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
 # 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>