descriptionA plugin for the vis editor
ownerrepo.or.cz@soba23.anonaddy.me
last changeWed, 4 Oct 2023 10:27:12 +0000 (4 18:27 +0800)
content tags
add:
readme

Operators for adding/changing/deleting pairs of block delimiters.

Usage

In VISUAL-LINE mode, S/D will also add/remove newlines around the delimiters:

              text
text          {               text
line|VSB  =>  line|VaBDB  =>  line|
text          }               text
              text

In VISUAL-LINE mode, C/D will remove the old delimiters even if they are not alone on the line:

if (true) {         if (true)
    text|VaBDB  =>      text
} else {            else {|

Dependencies

Optional - vis-pairs is used if installed. The delimiters of any textobjects available there will be usable here via the same key mapping.

shortlog
2023-10-04 Georgi KirilovSquash commitsmaster
heads
6 months ago master