Skip to content

Commit

Permalink
do not bell! → no urgency hint
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed May 19, 2010
1 parent 2288c73 commit e746a47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vimrc
Expand Up @@ -9,12 +9,21 @@ set smartcase
set ruler " show me where the cursor is
set rulerformat=%l/%L(%p%%),%c " a better ruler
"set hlsearch
set visualbell
set noerrorbells
set t_vb=

set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab

" swap file directory
set directory^=~/.vim/swap

" don't store .viminfo in $HOME
set viminfo+=n~/.vim/viminfo

" enable display of invisible whitespace
" by default
set list
Expand Down Expand Up @@ -90,6 +99,8 @@ function! InsertTabWrapper()
endfunction
inoremap <tab> <c-r>=InsertTabWrapper()<cr>
" enable :W
command W w
" disable highlights of last search
imap <F2> <C-O><F2>
map <silent><F2> :nohlsearch<CR>
Expand Down

0 comments on commit e746a47

Please sign in to comment.