Nikola Knežević wrote: > On 18 Feb 2009, at 03:30 , Matt Wozniski wrote: >> I agree with this, leave the message as is. >> >>>> I'm actually not sure if adding "f" to go a screen down is helpful. >>> > > Slightly off-topic... > > Is it possible to add '/' to more-prompt, thus making it more 'less- > prompt'? This would be especially useful in lengthy cscope listings. > > Cheers, > Nikola
Yes, something like that would be useful. But in the specific case of cscope, there is a more convenient way. In my ~/.vimrc, I have: set cscopequickfix=s-,c-,d-,i-,t-,e-,g- Then when cscope query results in multiple matches, I do... :copen .... to select the match I want in the quickfix window. ":help cscopequickfix" for more details -- Dominique --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---