Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supermomonga/evil-textobj-multiblock
https://github.com/supermomonga/evil-textobj-multiblock
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/supermomonga/evil-textobj-multiblock
- Owner: supermomonga
- Created: 2015-04-04T17:18:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T13:06:00.000Z (over 9 years ago)
- Last Synced: 2025-01-02T23:55:51.377Z (13 days ago)
- Language: Emacs Lisp
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
## evil-textobj-multiblock
Text object to treat multiple parentheses or blocks by same key.
It's evil port of [osyo-manga/vim-textobj-multiblock](https://github.com/osyo-manga/vim-textobj-multiblock).
## Install via el-get
It's not registered yet to MELPA, but you can try easily using el-get.
```emacs
(el-get-bundle supermomonga/evil-textobj-multiblock)
```## Configure to use
```emacs
(define-key evil-outer-text-objects-map evil-textobj-multiblock-outer-key 'evil-multiblock-outer-block)
(define-key evil-inner-text-objects-map evil-textobj-multiblock-inner-key 'evil-multiblock-inner-block)
```