Skip to content

Commit cc36a10

Browse files
committed
markdown refactor
1 parent 9b75543 commit cc36a10

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@
5858
[submodule ".vim/bundle/ctrlp"]
5959
path = .vim/bundle/ctrlp
6060
url = [email protected]:ctrlpvim/ctrlp.vim.git
61+
[submodule ".vim/bundle/ctrlp-cmatcher"]
62+
path = .vim/bundle/ctrlp-cmatcher
63+
url = [email protected]:JazzCore/ctrlp-cmatcher.git

.vim/bundle/ctrlp-cmatcher

Submodule ctrlp-cmatcher added at 6c36334

.vimrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ let g:ctrlp_user_command = {
178178
\ },
179179
\ 'fallback': 'find %s -type f'
180180
\ }
181+
" use the cmatcher plugin
182+
let g:ctrlp_match_func = {'match' : 'matcher#cmatch' }
181183
nnoremap <c-b> :CtrlPBuffer<CR>
182184
183185
" ------------------------------------------------------------------------------

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
dotfiles
2-
========
1+
# dotfiles
32

43
This is my dotfiles repo. There are many like it, but this one is mine.
54

6-
Inspired by: http://dotfiles.github.io/
5+
Inspired by:
76

8-
Special Thanks:
9-
10-
- @mathiasbynens
11-
- https://github.com/mathiasbynens/dotfiles/
12-
- @gf3
13-
- https://github.com/gf3/dotfiles/
14-
- @felixge
15-
- https://github.com/felixge/dotfiles/
7+
- http://dotfiles.github.io/
8+
- https://github.com/mathiasbynens/dotfiles/
9+
- https://github.com/gf3/dotfiles/
10+
- https://github.com/felixge/dotfiles/

0 commit comments

Comments
 (0)