textobj-word-column.vim icon indicating copy to clipboard operation
textobj-word-column.vim copied to clipboard

Adds text-objects for word-based columns in Vim.

Results 3 textobj-word-column.vim issues
Sort by recently updated
recently updated
newest added

Hi, Have you already considered using the vim-textobj-user plugin (see https://github.com/kana/vim-textobj-user)? I think it would be interesting, for several reasons: - ability to customize mappings (for me, ac and ic...

Here's a [Github article](https://help.github.com/articles/open-source-licensing). You can automate it with [this third-party site](http://www.addalicense.com/) or [here's the MIT template](http://choosealicense.com/licenses/mit/) that you can paste into LICENSE.txt.

On this text: ``` id: String, node: String, lastTried: sql.Timestamp, lastTriedUri: String, lastTriedSeeding: sql.Timestamp, lastTriedDepth: Int, lastFetched: Option[sql.Timestamp], lastFetchedStatus: Option[Int], lastParsed: Option[sql.Timestamp], lastParsedOutLinks: Option[Int] ``` I do `viC` from here:...

question