Skip to content

Commit

Permalink
vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
adiospace committed Apr 2, 2012
1 parent bb10495 commit ea0e8a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vimrc
Expand Up @@ -51,8 +51,6 @@ set iskeyword+=_,$,@,%,#
set linespace=2
" turn on line numbers
set number
" we are good up to 99999 lines
set numberwidth=5
" shortens messages to avoid 'press a key' prompt
set shortmess=aOstT
" make folding work
Expand Down Expand Up @@ -115,8 +113,7 @@ set wildignore+=*.dll,*.o,*.obj,*.exe
set wildignore+=*.jpg,*.gif,*.png

" no noise please
set noerrorbells
set novisualbell
set noerrorbells visualbell t_vb=

" don't let vim track backups
set nobackup
Expand Down Expand Up @@ -179,3 +176,6 @@ nmap <leader>n :NERDTreeToggle<CR>
nmap <silent> <C-n> :noh<CR>
" toggle printable chars
nmap <silent> <C-l> :set invlist<CR>
" comment
map <leader>/ <plug>NERDCommenterToggle<CR>
imap <leader>/ <Esc><plug>NERDCommenterToggle<CR>i

0 comments on commit ea0e8a9

Please sign in to comment.