put_blank_lines.vim : Mapping targets to insert blank lines
| script karma |
Rating 0/2,
Downloaded by 882 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Tom Ryder |
| |
| script type |
| utility |
| |
| description |
This plugin provides mapping targets for inserting blank lines above or below the current line without going into insert mode.
https://sanctum.geek.nz/cgit/vim-put-blank-lines.git |
| |
| install details |
Drop plugin/put_blank_lines.vim in your ~/.vim/plugin directory, and autoload/put_blank_lines.vim in your ~/.vim/autoload directory. Add doc/put_blank_lines.txt in ~/.vim/doc if you want the help file. Otherwise, use your favourite Vim plugin package manager.
To use the same bindings as unimpaired.vim, you could put this in your .vimrc:
nmap [<Space> <Plug>(PutBlankLinesAbove)
nmap ]<Space> <Plug>(PutBlankLinesBelow)
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|