sotte / presenting.vim

A simple tool for presenting slides in vim based on text files.
MIT License
300 stars 50 forks source link

Accept [count] before n (next page) and p (previous page) #14

Closed lzh9102 closed 8 years ago

lzh9102 commented 8 years ago

The original n and p commands in vim accepts a [count] before them. For example, 3n finds the third occurrence of the search pattern after the cursor. I think It would be more natural to accept a [count] before the remapped n and p commands too.

This changeset makes the next and prev commands accept a [count] prefix.

sotte commented 8 years ago

Again, thanks!