]> git.donarmstrong.com Git - home-base.git/blobdiff - .screenrc
* map home and end properly in screen
[home-base.git] / .screenrc
index 97d8fe3870a91de4f401ad9421d283b88d788faf..c38bbf97ae990cf7a3d2cca5147410528f6f292f 100644 (file)
--- a/.screenrc
+++ b/.screenrc
@@ -1,5 +1,5 @@
 startup_message off
-termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007;Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
+termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
 nonblock on
 obuflimit 12000
 altscreen on
@@ -10,4 +10,8 @@ attrcolor b ".I"
 #termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
 # erase background with current bg color
 defbce "on" 
-term xterm-256color
\ No newline at end of file
+term xterm
+map \e[1~ <Home>
+imap \e[1~ <Home>
+map \e[4~ <End>
+imap \e[4~ <End>