On Oct 23, 9:36 am, John Magolske <[email protected]> wrote: > When the output of a shell command exceeds one page, the text scrolls > all the way to the end. Is there a way to have Vim only display the > first page and allow one to advance through the text a page at a time > like the More and Less pagers (without piping the command through one > of these pagers)?
A prerelease version (0.4.9) of the Vimuiex library is available at http://sourceforge.net/projects/vimuiex/files/ With it you can do sth like: :VxCmd !pydoc re which will display the output of pydoc in an overlapping popup window. Navigate with B and <space>, filter with / or f. More navigation is described in the help files (vimuiex.txt) This was only tested on linux Vim with python and it only works in console without a Vim Patch. By applying the patch to Vim source 7.2, the command is also available in GVim. Marko --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
