Skip to content

Commit

Permalink
Added ctrlp
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjm committed Aug 12, 2013
1 parent d64cb76 commit a0b950c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gemrc
@@ -1,9 +1,9 @@
---
:backtrace: false
:benchmark: false
:verbose: true
gem: --no-ri --no-rdoc
:update_sources: true
:sources:
- http://gems.rubyforge.org
:backtrace: false
- http://rubygems.org
:bulk_threshold: 1000
:benchmark: false
gem: --no-ri --no-rdoc
:update_sources: true
1 change: 1 addition & 0 deletions vim/bundle/ctrlp.vim
Submodule ctrlp.vim added at b5d3fe
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -21,6 +21,10 @@ map Q gq
" text is lost and it only works for putting the current register.
"vnoremap p "_dp

" Emacs commands
:cnoremap <C-a> <Home>
:cnoremap <C-d> <Delete>
" Switch syntax highlighting on, when the terminal has colors
" Also switch on highlighting the last used search pattern.
if (&t_Co > 2 || has("gui_running")) && !exists("syntax_on")
Expand Down
3 changes: 3 additions & 0 deletions zshrc
Expand Up @@ -16,3 +16,6 @@ if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi

### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"

### Postgres from heroku
# export PATH="/Applications/Postgres.app/Contents/MacOS/bin:$PATH"

0 comments on commit a0b950c

Please sign in to comment.