Home

Awesome

vim-textobj-parameter

vim-textobj-parameter is a Vim plugin to provide text objects (a, and i, by default) to select parameters of functions.

Usage

Configuration

By default this motion is mapped to ',' (comma). The key mapping can be overridden by adding a line similar to this to your vimrc:

    let g:vim_textobj_parameter_mapping = ','

Requirement

License

MIT License

Author