John Magolske wrote: > What I'm looking for is a way to have the output of this sort > of command push the text of the file being viewed up just 14 > lines or so, with the ability to then page through the > definitions -- one 14-line "page" at a time.
I think you would be better off getting the standard output into a scratch buffer, then you can page up/down, and search, copy etc using Vim. You can also arrange that pressing Esc (say) closes the window showing the scratch buffer to easily dismiss it. I haven't checked whether the following is actually helpful for your aim, but it looks likely: http://vim.wikia.com/wiki/Display_output_of_shell_commands_in_new_window http://vim.wikia.com/wiki/Filter_buffer_on_a_search_result It might also be good to use the preview window, example: http://vim.wikia.com/wiki/Access_Python_Help John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
