Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akiyan/vim-textobj-php


https://github.com/akiyan/vim-textobj-php

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# About

Vim text object plugin for PHP view template.

# Install

## Bundle

```vim:
Bundle "kana/vim-textobj-user"
Bundle "akiyan/vim-textobj-php"
```

## NeoBundle

```vim:
NeoBundle "kana/vim-textobj-user"
NeoBundle "akiyan/vim-textobj-php"
```

# Usage

```php:
if ($example >= 1): ?>
```


vaP

<? if ($example >= 1): ?>

viP

if ($example >= 1):