File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,7 @@ from [Vundle Quick Start Guide][3]
40
40
41
41
### Install * The Silver Searcher*
42
42
43
- ```
44
- brew install the_silver_searcher
45
- ```
46
-
43
+ - On Macs: ` brew install the_silver_searcher `
47
44
- [ How to install in Linux and other systems] [ 4 ]
48
45
- In case of problems see [ how to configure The Silver Searcher for Vim-CtrlSpace] [ 5 ]
49
46
@@ -94,7 +91,7 @@ let g:CtrlSpaceIgnoredFiles = '\v(tmp|temp|Godeps)[\/]'
94
91
Open * Vim* :
95
92
96
93
```
97
- mvim -u path-to-the-downloaded-config
94
+ vim -u path-to-the-downloaded-config
98
95
```
99
96
100
97
Install plugins using * Vundle* :
@@ -116,4 +113,4 @@ Now you can [add your first project to bookmarks!][7]
116
113
[ 4 ] : https://github.com/ggreer/the_silver_searcher#linux
117
114
[ 5 ] : https://github.com/vim-ctrlspace/vim-ctrlspace#glob-command
118
115
[ 6 ] : https://gist.github.com/ryrych/895bbabd3f6c40bf7d29#file-vim-ctrlspace-vimrc-L6
119
- [ 7 ] : asciicast/2015/11/25/adding_a_project_to_bookmarks.html
116
+ [ 7 ] : / asciicast/2015/11/25/adding_a_project_to_bookmarks.html
You can’t perform that action at this time.
0 commit comments