Skip to content

Commit cb9ed0d

Browse files
committed
update submodules
1 parent 1deb5f6 commit cb9ed0d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,9 @@
7373
[submodule "snippets"]
7474
path = snippets
7575
url = http://github.com/scrooloose/snipmate-snippets.git
76+
[submodule "bundle/command-t"]
77+
path = bundle/command-t
78+
url = http://github.com/wincent/Command-T.git
79+
[submodule "bundle/vim-ruby-refactoring"]
80+
path = bundle/vim-ruby-refactoring
81+
url = [email protected]:mrmargolis/vim-ruby-refactoring.git

vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ vmap <leader>x :!tidy -q -i -xml<CR>
145145
146146

147147
" run selection in bash
148-
vmap ,r :!bash <CR>
148+
vmap ,rs :!bash <CR>
149149
150150
" mapping to search with Ack
151151
nnoremap <leader>a :Ack

0 commit comments

Comments
 (0)