jez / vim-superman

Read Unix man pages faster than a speeding bullet!
http://blog.jez.io/2014/12/20/vim-as-a-man-page-viewer/
MIT License
190 stars 20 forks source link

Make space act like in less (scroll down) #25

Closed Minnerlas closed 1 year ago

jez commented 1 year ago

Thanks but I think this is the sort of change that is better left in your own personal configuration.

You can do

au FileType man noremap <SPACE> <C-d>

To have this automatically apply when you open any man page in vim.