Skip to content

Commit

Permalink
turn off gdefault
Browse files Browse the repository at this point in the history
confusing

```s/foo/bar/g```

is now always global
  • Loading branch information
Ehren Murdick committed Jul 21, 2014
1 parent 5fb3681 commit e578e87
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ set backspace=indent,eol,start " make backspace always work
set cursorcolumn
set cursorline
set directory=/var/tmp//
set expandtab
set expandtab " use soft tab for tab key
set gdefault
set hls
set ignorecase
set includeexpr+=substitute(v:fname,'s$','','g')
Expand Down Expand Up @@ -88,10 +86,10 @@ set visualbell t_vb= " turn off visualbell
set wildmenu
set wildmode=longest,list,full

let g:agprg="ag --column --smart-case"

" run vim-rspec in iTerm
let g:rspec_runner = "os_x_iterm"
imap %% <%= %><Left><Left><Left>
let g:agprg="ag --column --smart-case"

let g:ctrlp_extensions = ['funky']
nnoremap <Leader>u :execute 'CtrlPFunky ' . expand('<cword>')<Cr>
Expand Down

0 comments on commit e578e87

Please sign in to comment.