url rxvt and 80 line vim
This commit is contained in:
parent
8653f52586
commit
56418832d9
2 changed files with 6 additions and 3 deletions
|
|
@ -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
4
.vimrc
|
|
@ -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:-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue