url rxvt and 80 line vim

This commit is contained in:
Hunter Haugen 2009-10-02 09:32:40 +05:30
parent 8653f52586
commit 56418832d9
2 changed files with 6 additions and 3 deletions

View file

@ -4,8 +4,11 @@ URxvt*foreground: #dddddd
URxvt*transparent: true
URxvt*shading: 15
URxvt*cursorColor: green
URxvt*perl-ext-common: default
!URxvt*perl-ext-common: default
URxvt.perl-ext-common: default,matcher
URxvt*urlLauncher: urxvt-to-uzbl.sh
URxvt.colorUL: #cc0000
!URxvt.borderLess:True
!URxvt.reverseVideo:True

4
.vimrc
View file

@ -227,8 +227,8 @@ endif
map <F9> :set nolist listchars<CR>
" Show lines longer than 80 characters
au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1)
au BufWinEnter * let w:m2=matchadd('ErrorMsg', '\%>80v.\+', -1)
"au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1)
"au BufWinEnter * let w:m2=matchadd('ErrorMsg', '\%>80v.\+', -1)
set fillchars=fold:-