https://github.com/i60r/vim-textobj-nonwhitespace
https://github.com/i60r/vim-textobj-nonwhitespace
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/i60r/vim-textobj-nonwhitespace
- Owner: I60R
- License: mit
- Created: 2017-10-02T02:06:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T02:25:00.000Z (about 8 years ago)
- Last Synced: 2025-01-16T22:47:12.449Z (11 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