vertical_region.vim : Move to lines bounding a vertical indent region
script karma |
Rating 1/1,
Downloaded by 592 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Tom Ryder |
|
script type |
utility |
|
description |
This plugin provides mapping targets to move up or down to lines that have non-space characters before or in the current column, usually to find lines that begin or end blocks in languages where indenting is used to show or specify structure.
https://dev.sanctum.geek.nz/cgit/vim-vertical-region.git/ |
|
install details |
Drop plugin/vertical_region.vim in your ~/.vim/plugin directory, and autoload/vertical_region.vim in ~/.vim/autoload. Add doc/vertical_region.txt in ~/.vim/doc if you want the help file. Otherwise, use your favourite Vim plugin package manager.
There are no default key mappings; you should define those yourself in your vimrc. Here are the author's choices, using \{ and \} in all three modes:
nmap <Bslash>{ <Plug>(VerticalRegionUp)
nmap <Bslash>} <Plug>(VerticalRegionDown)
omap <Bslash>{ <Plug>(VerticalRegionUp)
omap <Bslash>} <Plug>(VerticalRegionDown)
xmap <Bslash>{ <Plug>(VerticalRegionUp)
xmap <Bslash>} <Plug>(VerticalRegionDown) |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|