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
- Host: GitHub
- URL: https://github.com/tek/vim-argh
- Owner: tek
- Created: 2012-09-07T12:15:02.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-12T14:10:55.000Z (about 12 years ago)
- Last Synced: 2025-01-31T04:35:45.190Z (over 1 year ago)
- Language: VimL
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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