Sat, 31 Jan 2015 12:59:17 -0500
fix for home/end in mouse mode in urxvt
--- a/.vimrc +++ b/.vimrc @@ -430,6 +430,8 @@ else if $TERM =~ 'rxvt-unicode' set ttymouse=urxvt set mouse=a + map <Esc>[7~ <Home> + map <Esc>[8~ <End> endif if &t_Co == 256