# HG changeset patch # User Oleksandr Gavenko # Date 1357935685 -7200 # Node ID 0474cf9957c909b1b079812fb5612a5c30488321 # Parent 817b345c30a5f813f5ef19d080be5e8991d82c97 Show long lines... Substitude all matches in line. diff -r 817b345c30a5 -r 0474cf9957c9 .vimrc --- a/.vimrc Fri Jan 11 22:14:13 2013 +0200 +++ b/.vimrc Fri Jan 11 22:21:25 2013 +0200 @@ -27,6 +27,8 @@ " Highlight line with cursor. set cursorline +" Show long lines... +set colorcolumn=120 " Hide buffers instead of closing them. set hidden @@ -66,6 +68,11 @@ set smartcase set hlsearch +" Substitude all matches in line. +set gdefault +nnoremap / /\v +vnoremap / /\v + " Beep instead of blink. set novisualbell set noerrorbells