https://github.com/i60r/vim-textobj-nonwhitespace
https://github.com/i60r/vim-textobj-nonwhitespace
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/i60r/vim-textobj-nonwhitespace
- Owner: I60R
- License: mit
- Created: 2017-10-02T02:06:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T02:25:00.000Z (over 7 years ago)
- Last Synced: 2025-01-16T22:47:12.449Z (5 months ago)
- Language: Vim script
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# textobject-nonwhitespace
This plugin provides text objects for sequence of non-whitespace characters.
Depends on [kana/vim-textobj-user](https://github.com/kana/vim-textobj-user).## Usage

`i` - to select chunk of nonwhitespace characters
`a` - to select chunk of nonwhitespace characters + following whitespaces