textobj-delimited : The textobject plugin to do well with each delimited part of a string.
script karma |
Rating 2/2,
Downloaded by 1617 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Masaaki Nakamura |
|
script type |
utility |
|
description |
This textobject provides the keymappings to select a part of a delimited string. id, ad, iD, aD is used in default.
# ... cursor
------------------------------------------------
key input: did
'#foo_bar_baz' -> '_bar_baz'
------------------------------------------------
key input: did
'foo_#bar_baz' -> 'foo__baz'
------------------------------------------------
key input: did
'foo_bar_#baz' -> 'foo_bar_'
------------------------------------------------
key input: d1id
'#foo_bar_baz' -> '_bar_baz'
------------------------------------------------
key input: d2id
'#foo_bar_baz' -> 'foo__baz'
------------------------------------------------
key input: d3id
'#foo_bar_baz' -> 'foo_bar_'
------------------------------------------------
key input: dad
'#foo_bar_baz' -> 'bar_baz'
------------------------------------------------
key input: dad
'foo_#bar_baz' -> 'foo_baz'
------------------------------------------------
key input: dad
'foo_bar_#baz' -> 'foo_bar'
------------------------------------------------
key input: d1ad
'#foo_bar_baz' -> 'bar_baz'
------------------------------------------------
key input: d2ad
'#foo_bar_baz' -> 'foo_baz'
------------------------------------------------
key input: d3ad
'#foo_bar_baz' -> 'foo_bar'
------------------------------------------------
Latest version : https://github.com/machakann/vim-textobj-delimited |
|
install details |
Unzip and just put all folders in your ~/.vim. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|