Whenever I press Shift-Return in "less" it displays "ESCOM". This is annoying because to search for a string in a file, I need to press "/" + "RETURN" repeatedly to cycle through the places where the string was found. I have a german keyboard and to type "/" I need to press Shift. But if I hold down Shift too long "less" will not accept the return key but just display "/ESCOM" in the last line.
How can I make less accept Shift-Return? TIA, Walter