/vim-textobj-space

Text objects for continuity space

Primary LanguageVimL

vim-textobj-space

Text objects for continuity space

Requirements

vim-textobj-user

usage

Keymap target
iS continuation space characters
aS continuation space and multibyte space characters

e.g.

   /**
    * description of method
    *
    * @param    int     hoge    description of hoge
    * @param    int  fuga    description of fuga
                   ^
    */

Cursor in the place of ^.

ciS<tab>
   /**
    * description of method
    *
    * @param    int     hoge    description of hoge
    * @param    int     fuga    description of fuga
    */