File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ if has('win32')
25
25
set gfn = Consolas: h13 :cANSI " when on Windows use Consolas
26
26
27
27
" make cygwin the default shell on windows
28
- set shellxquote =
29
- set shellpipe = 2 >&1 \| tee
30
- set shellredir = >% s \ 2 >&1
31
- set shellslash
28
+ " set shellxquote=
29
+ " set shellpipe=2>&1\|tee
30
+ " set shellredir=>%s\ 2>&1
31
+ " set shellslash
32
32
33
33
let g: ruby_path = ' :C:\Ruby193\bin'
34
34
let g: skip_loading_mswin = 1
@@ -415,11 +415,13 @@ if executable('ag')
415
415
let g: ctrlp_user_command = ' ag %s -l --nocolor -g ""'
416
416
417
417
" ag is fast enough that CtrlP doesn't need to cache
418
- let g: ctrlp_use_caching = 0
418
+ " let g:ctrlp_use_caching = 0
419
+ endif
419
420
420
- " bind K to grep word under cursor
421
- nnoremap K :grep! "\b<C-R><C-W> \b"<CR> :cw<CR>
421
+ " bind K to grep word under cursor
422
+ nnoremap K :grep! "\b<C-R><C-W> \b"<CR> :cw<CR>
422
423
423
- " bind \ (backward slash) to grep shortcut
424
- command -nargs =+ -complete =file - bar Ag silent ! grep ! <args> |cwindow |redraw !
425
- endif
424
+ " bind \ (backward slash) to grep shortcut
425
+ " command -nargs=+ -complete=file -bar Ag silent! grep! <args>|cwindow|redraw!
426
+
427
+ " nnoremap \ :Ag<SPACE>
You can’t perform that action at this time.
0 commit comments