vim-sandwich : The set of operator and textobject plugins to edit sandwiched textobjects.
| script karma |
Rating 18/8,
Downloaded by 3857 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Masaaki Nakamura |
| |
| script type |
| utility |
| |
| description |
sandwich.vim is the set of operator and textobject plugins to add/delete/replace surroundings of a sandwiched textobject, like (foo), "bar".
* add
Press sa{motion/textobject}{addition}. For example, a key sequence saiw( makes foo to (foo).
* delete
Press sdb or sd{deletion}. For example, key sequences sdb or sd( makes (foo) to foo. sdb searchs a set of surrounding automatically.
* replace
Press srb{addition} or sr{deletion}{addition}. For example, key sequences srb" or sr(" makes (foo) to "foo".
Latest version: https://github.com/machakann/vim-sandwich |
| |
| install details |
| Unzip and just put all folders in your ~/.vim. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|