In my configuration I have:
def 'PAD-SLASH'= c_slash;
def 'PAD-STAR'= c_asterisk;
But when I use incremental search ('C-I'= i_search in my config) and try to use the numerical slash or numerical star, instead to type into the seach box, the typing stops and instead go into the current document buffer.
Can this be fixed so that c_slash and c_asterisk detect that an incremental search is in progress and instead direct the characters there?
Similar question for Paste (Ctrl+V): it stops the i-search and instead paste it into the buffer. And this one does this also into the default config...
Thanks!