# vim-textobj-heredoc **Repository Path**: mirrors_jonleighton/vim-textobj-heredoc ## Basic Information - **Project Name**: vim-textobj-heredoc - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # textobj-heredoc This vim plugin provides text objects for heredocs. The `ah` text object select ‘all the heredoc’ (including delimiters) and `ih` selects ‘inside the heredoc’. Currently only [Elixir](https://elixir-lang.org/) is supported. I mostly use this to autoformat multi-line `@doc` and `@moduledoc` [module attributes](https://elixir-lang.org/getting-started/module-attributes.html) via `gqih`. Pull requests to support other languages are welcome. See [`:help textobj-heredoc`](doc/textobj-heredoc.txt] for more details. ## License This software is released under the MIT license. See the LICENSE file.