On 2020-12-20 14:53, Sven Guckes wrote: > workaround: > open the file with "less" and right after initiating search with '/' > type '!' and the prompt will switch to "Non-match /". now enter > eg "spool.exim.input" and less will skip all those lines. :-) > that's one of the features i dearly miss with vim. oh, well.
If you've not stumbled across it, check out the "&" (and in this case "&!") in less. It's like a grep/filter for the buffer in less(1). -tim -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20201220112141.2f965eb0%40bigbox.attlocal.net.
