Hi, On Sat, Aug 27, 2016 at 4:08 AM, Taro MURAOKA <[email protected]> wrote: > 2016/8/27 17:22:49 UTC+9 Urtica dioica: >> I do like the idea for the feature. I tried it, it has some bugs, but >> they'll get ironed out eventually. > > > I have the same problem. > > Procedure to reproduce the problem is like this: > > 1. With enabling 'incsearch' > 2. Enter search mode by hitting `/` > 3. Try to access search hitories by typing CTRL-P some times > > Expected behavior (before 7.4.2259) is going for back search histories. > But actual behavior (after 7.4.2259) is show previous matches. > > Of course I can access search histories by CTRL-P with 'noincsearch'. > But it looks like some kind of breaking changes. > So I think it would be better to change bindings for accessing histories > or showing next/previous matches. >
Based on the information in index.txt, only the following keys are not used in the command-line mode: CTRL-G CTRL-O CTRL-T CTRL-X (but reserved) We have to pick some key binding from this. Another alternative is to use CTRL-X CTRL-N and CTRL-X CTRL-P. But this requires multiple key presses. - Yegappan -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
