https://github.com/amiralies/vim-textobj-elixir
https://github.com/amiralies/vim-textobj-elixir
elixir textobj vim
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amiralies/vim-textobj-elixir
- Owner: amiralies
- License: mit
- Created: 2020-02-14T13:54:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T14:11:10.000Z (over 6 years ago)
- Last Synced: 2025-05-31T11:20:36.840Z (about 1 year ago)
- Topics: elixir, textobj, vim
- Language: Vim script
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-textobj-elixir
Vim text object for elixir blocks (both `do end` and `fn end`)
## Installation
Install [vim-textobj-user](https://github.com/kana/vim-textobj-user), and `vim-textobj-elixir` with your favorite plugin manager
## Usage
Inside an elixir block (whether `do end` or `fn end`) use `ie` or `ae` for selection inside or around the block
## License
MIT