rkitover / vimpager

Use Vim as PAGER

Home Page:http://www.vim.org/scripts/script.php?script_id=1723

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

folding support

caimadur opened this issue · comments

commented

vim uses z for folding commands. But vimpager maps z buffer local. As a workaround I have to start vimpager like this:
vimpager -c ":unmap <buffer> z"
Could you please not steal z or at least map it globally, so I can unmap it the rc file. This would be nice.

vimpager is a great help anyway. Many thanks for your efforts!