You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ctrlp replaces the Command-T plugin with a 100% viml plugin. It provides an intuitive and fast mechanism to load files from the file system (with regex and fuzzy find), from open buffers, and from recently used files.
@@ -194,7 +193,7 @@ examples. An asterisk (*) is used to denote the cursor position.
194
193
For instance, if the cursor was inside `"foo bar"`, you could type
195
194
`cs"'` to convert the text to `'foo bar'`.
196
195
197
-
There's a lot more; check it out at `:help surround`
196
+
There's a lot more, check it out at `:help surround`
198
197
199
198
## [NERDCommenter]
200
199
@@ -210,6 +209,7 @@ NeoComplCache is an amazing autocomplete plugin with additional support for snip
210
209
**QuickStart** Just start typing, it will autocomplete where possible
211
210
212
211
**Customizations**:
212
+
213
213
* Automatically present the autocomplete menu
214
214
* Support tab and enter for autocomplete
215
215
*`<C-k>` for completing snippets.
@@ -238,6 +238,7 @@ file
238
238
**QuickStart** <leader>gs to bring up git status
239
239
240
240
**Customizations**:
241
+
241
242
*`<leader>gs`:Gstatus<CR>
242
243
*`<leader>gd`:Gdiff<CR>
243
244
*`<leader>gc`:Gcommit<CR>
@@ -252,7 +253,7 @@ file
252
253
253
254
The most feature complete and up to date PHP Integration for Vim with proper support for PHP 5.3+ including latest syntax, functions, better fold support, etc.
254
255
255
-
PIV provides
256
+
PIV provides:
256
257
257
258
* PHP 5.3 support
258
259
* Auto generation of PHP Doc (,pd on (function, variable, class) definition line)
@@ -274,6 +275,7 @@ You can learn more about it with :help Ack
274
275
Tabularize lets you align statements on their equal signs and other characters
0 commit comments