Skip to content

bps/reading.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reading.vim

Reading formatting for Vim.

reading.vim screenshot

Overview

I occasionally like to read longer-form prose text files in Vim. This ftplugin:

  • Displays prose in a reasonable manner.
  • Maps j/k to select paragraphs.
  • Maps space bar to scroll such that a full screen of unread text is displayed.
  • Highlights each paragraph with cursorline while hiding the cursor itself.

Installation

I recommend installing with pathogen.

Usage

Run :setf reading in a buffer you want to read.

Assumptions

The format assumed is single-line paragraphs with a blank line separating each paragraph.

About

Reading formatting for Vim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published