Skip to content

Commit

Permalink
updated some rc files
Browse files Browse the repository at this point in the history
ackrc - added ignore-dir
vimrc - who knows?
  • Loading branch information
Colin DeCarlo committed Jun 28, 2012
1 parent 8d295b4 commit 1af8289
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ackrc
Expand Up @@ -3,3 +3,8 @@ twig=.twig

# make searches insensitive because I can't be bothered
--ignore-case

# ignore dumb directories (I don't think that it matters if the directory exists or not)
--ignore-dir=secure/js
--ignore-dir=secure/css
--ignore-dir=build
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -85,3 +85,6 @@ vnoremap > >gv
" search and replace the word under the cursor
:nnoremap <Leader>s :%s/\<<C-r><C-w>\>//gc<Left><Left><Left>
" awesome colorscheme
colorscheme xoria256

0 comments on commit 1af8289

Please sign in to comment.