An open API service indexing awesome lists of open source software.

https://github.com/tek/vim-argh

text object for function arguments
https://github.com/tek/vim-argh

Last synced: 6 months ago
JSON representation

text object for function arguments

Awesome Lists containing this project

README

          

Description
==========

Text objects to delete, change, yank etc. comma separated arguments enclosed in parentheses.

Usage
=====

`let g:argh_maps = 1` to setup mappings on startup.

map to `ArghI` and `ArghA` for custom operators.

The default uses `aa` and `ai`.

Examples
========

`daa` to remove an argument including one comma

`cii` to remove an argument and start insert mode