rkitover / vimpager

Use Vim as PAGER
http://www.vim.org/scripts/script.php?script_id=1723
Other
773 stars 72 forks source link

folding support #256

Closed caimadur closed 4 years ago

caimadur commented 4 years ago

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!