*put_blank_lines.txt* For Vim version 6.0 Last change: 2018 June 17 DESCRIPTION *put_blank_lines* This plugin provides mapping targets for inserting blank lines above or below the current line without going into insert mode. The applicable code is lifted from unimpaired.vim. It still works with repeat.vim, if that's installed, to make the mappings repeatable. I wrote this because I used these mappings from the original plugin frequently, but (almost) nothing else from it. The only functional difference is that the number of added lines is not reported, via a `:silent` suppression. CONFIGURATION *put_blank_lines-configuration* To set mappings exactly like those from the original plugin, you might write this in your |vimrc|: > nmap [ PutBlankLinesAbove nmap ] PutBlankLinesBelow < REQUIREMENTS *put_blank_lines-requirements* This plugin is only available if 'compatible' is not set. MAPPINGS *put_blank_lines-mappings* *PutBlankLinesAbove* The `PutBlankLinesAbove` target inserts a blank line above the current line. Mappings through it can be prefixed with an optional count. *PutBlankLinesBelow* The `PutBlankLinesBelow` target inserts a blank line below the current line. Mappings through it can be prefixed with an optional count. AUTHOR *put_blank_lines-author* Written and maintained by Tom Ryder . LICENSE *put_blank_lines-license* Licensed for distribution under the same terms as Vim itself (see |license|). vim:tw=78:ts=8:ft=help:norl: